Html Css Color HEX #572009 Baker's Chocolate

📋 copy color: '#572009'

red 87 ◦ green 32 ◦ blue 9

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

Shades of Baker's Chocolate #572009

Tints of Baker's Chocolate #572009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25%

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

R = 67.97%
G = 25%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#572009 (or 0x572009) is known color: Baker's Chocolate. HEX triplet: 57, 20 and 09. RGB value is (87,32,9). Sum of RGB (Red+Green+Blue) = 87+32+9=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #572009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572009 is #A8DFF6. Grayscale: #2D2D2D. Windows color (decimal): -11067383 or 598103. OLE color: 598103.

HSL color Cylindrical-coordinate representation of color #572009: hue angle of 17.69º 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 #572009 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 9 -
CMYK 0 0.63 0.90 0.66
HSL 17.69º 0.81% 0.19% -
HSV(B) 17.69º 0.9% 0.34% -
XYZ 4.5 3.08 0.62 -
YUV 45.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 87 32 9 0 0.63 0.90 0.66 17.69 0.81 0.19
Hex 57 20 9 0 3F 5A 42 12 51 13
Octal 127 40 11 0 77 132 102 22 121 23
Binary 1010111 100000 1001 0 111111 1011010 1000010 10010 1010001 10011

Color Harmonies of #572009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572009

Black with #572009

Text Example


Text Example

White with #572009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572009; }

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

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

background-color css

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

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

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

border-color css

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

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

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