Html Css Color HEX #572908 Baker's Chocolate

📋 copy color: '#572908'

red 87 ◦ green 41 ◦ blue 8

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

Shades of Baker's Chocolate #572908

Tints of Baker's Chocolate #572908

RGB

 RED value IS 87 (34.38% from 255) = 63.97%

 GREEN value IS 41 (16.41% from 255) = 30.15%

 BLUE value IS 8 (3.52% from 255) = 5.88%

R = 63.97%
G = 30.15%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#572908 (or 0x572908) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 08. RGB value is (87,41,8). Sum of RGB (Red+Green+Blue) = 87+41+8=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #572908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572908 is #A8D6F7. Grayscale: #333333. Windows color (decimal): -11065080 or 534871. OLE color: 534871.

HSL color Cylindrical-coordinate representation of color #572908: hue angle of 25.06º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #572908 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 8 -
CMYK 0 0.53 0.91 0.66
HSL 25.06º 0.83% 0.19% -
HSV(B) 25.06º 0.91% 0.34% -
XYZ 4.77 3.63 0.68 -
YUV 50.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 87 41 8 0 0.53 0.91 0.66 25.06 0.83 0.19
Hex 57 29 8 0 35 5B 42 19 53 13
Octal 127 51 10 0 65 133 102 31 123 23
Binary 1010111 101001 1000 0 110101 1011011 1000010 11001 1010011 10011

Color Harmonies of #572908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572908

Black with #572908

Text Example


Text Example

White with #572908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572908; }

 p { color: rgb(87,41,8); }

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

background-color css

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

 a { background-color: rgb(87,41,8); }

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

border-color css

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

 span { border-color: rgb(87,41,8); }

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