Html Css Color HEX #602F13 Baker's Chocolate

📋 copy color: '#602F13'

red 96 ◦ green 47 ◦ blue 19

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

Shades of Baker's Chocolate #602F13

Tints of Baker's Chocolate #602F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 59.26%
G = 29.01%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#602F13 (or 0x602F13) is known color: Baker's Chocolate. HEX triplet: 60, 2F and 13. RGB value is (96,47,19). Sum of RGB (Red+Green+Blue) = 96+47+19=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #602F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602F13 is #9FD0EC. Grayscale: #3A3A3A. Windows color (decimal): -10473709 or 1257312. OLE color: 1257312.

HSL color Cylindrical-coordinate representation of color #602F13: hue angle of 21.82º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602F13 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 19 -
CMYK 0 0.51 0.80 0.62
HSL 21.82º 0.67% 0.23% -
HSV(B) 21.82º 0.8% 0.38% -
XYZ 5.96 4.57 1.18 -
YUV 58.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 96 47 19 0 0.51 0.80 0.62 21.82 0.67 0.23
Hex 60 2F 13 0 33 50 3E 16 43 17
Octal 140 57 23 0 63 120 76 26 103 27
Binary 1100000 101111 10011 0 110011 1010000 111110 10110 1000011 10111

Color Harmonies of #602F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F13

Black with #602F13

Text Example


Text Example

White with #602F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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