Html Css Color HEX #572209 Baker's Chocolate

📋 copy color: '#572209'

red 87 ◦ green 34 ◦ blue 9

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

Shades of Baker's Chocolate #572209

Tints of Baker's Chocolate #572209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.15%

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 66.92%
G = 26.15%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#572209 (or 0x572209) is known color: Baker's Chocolate. HEX triplet: 57, 22 and 09. RGB value is (87,34,9). Sum of RGB (Red+Green+Blue) = 87+34+9=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #572209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572209 is #A8DDF6. Grayscale: #2F2F2F. Windows color (decimal): -11066871 or 598615. OLE color: 598615.

HSL color Cylindrical-coordinate representation of color #572209: hue angle of 19.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #572209 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 9 -
CMYK 0 0.61 0.90 0.66
HSL 19.23º 0.81% 0.19% -
HSV(B) 19.23º 0.9% 0.34% -
XYZ 4.55 3.19 0.63 -
YUV 47 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 87 34 9 0 0.61 0.90 0.66 19.23 0.81 0.19
Hex 57 22 9 0 3D 5A 42 13 51 13
Octal 127 42 11 0 75 132 102 23 121 23
Binary 1010111 100010 1001 0 111101 1011010 1000010 10011 1010001 10011

Color Harmonies of #572209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572209

Black with #572209

Text Example


Text Example

White with #572209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572209; }

 p { color: rgb(87,34,9); }

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

background-color css

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

 a { background-color: rgb(87,34,9); }

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

border-color css

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

 span { border-color: rgb(87,34,9); }

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