Html Css Color HEX #602F19 Baker's Chocolate

📋 copy color: '#602F19'

red 96 ◦ green 47 ◦ blue 25

#602F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #602F19

Tints of Baker's Chocolate #602F19

RGB

 RED value IS 96 (37.89% from 255) = 57.14%

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 57.14%
G = 27.98%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#602F19 (or 0x602F19) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 19. RGB value is (96,47,25). Sum of RGB (Red+Green+Blue) = 96+47+25=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F19 is #9FD0E6. Grayscale: #3B3B3B. Windows color (decimal): -10473703 or 1650528. OLE color: 1650528.

HSL color Cylindrical-coordinate representation of color #602F19: hue angle of 18.59º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #602F19 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 25 -
CMYK 0 0.51 0.74 0.62
HSL 18.59º 0.59% 0.24% -
HSV(B) 18.59º 0.74% 0.38% -
XYZ 6.02 4.59 1.49 -
YUV 59.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 96 47 25 0 0.51 0.74 0.62 18.59 0.59 0.24
Hex 60 2F 19 0 33 4A 3E 13 3B 18
Octal 140 57 31 0 63 112 76 23 73 30
Binary 1100000 101111 11001 0 110011 1001010 111110 10011 111011 11000

Color Harmonies of #602F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F19

Black with #602F19

Text Example


Text Example

White with #602F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602F19; }

 p { color: rgb(96,47,25); }

 H1.HeaderClassName
 {
   color: #602F19;
 }
 .AnyTagClassName
 {
   color: #602F19;
 }
</style>

background-color css

<style>
 a { background-color: #602F19; }

 a { background-color: rgb(96,47,25); }

 div.DivClassName
 {
   background-color: #602F19;
 }
 .BgClassName
 {
   background-color: #602F19;
 }
</style>

border-color css

<style>
 span { border-color: #602F19; }

 span { border-color: rgb(96,47,25); }

 td.TdClassName
 {
   border-color: #602F19;
 }
 .TagClassName
 {
   border-color: #602F19;
 }
</style>