Html Css Color HEX #572909 Baker's Chocolate

📋 copy color: '#572909'

red 87 ◦ green 41 ◦ blue 9

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

Shades of Baker's Chocolate #572909

Tints of Baker's Chocolate #572909

RGB

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

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

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

R = 63.5%
G = 29.93%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#572909 (or 0x572909) is known color: Baker's Chocolate. HEX triplet: 57, 29 and 09. RGB value is (87,41,9). Sum of RGB (Red+Green+Blue) = 87+41+9=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #572909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572909 is #A8D6F6. Grayscale: #333333. Windows color (decimal): -11065079 or 600407. OLE color: 600407.

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

Color convert

RGB 87 41 9 -
CMYK 0 0.53 0.90 0.66
HSL 24.62º 0.81% 0.19% -
HSV(B) 24.62º 0.9% 0.34% -
XYZ 4.77 3.63 0.71 -
YUV 51.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 87 41 9 0 0.53 0.90 0.66 24.62 0.81 0.19
Hex 57 29 9 0 35 5A 42 19 51 13
Octal 127 51 11 0 65 132 102 31 121 23
Binary 1010111 101001 1001 0 110101 1011010 1000010 11001 1010001 10011

Color Harmonies of #572909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572909

Black with #572909

Text Example


Text Example

White with #572909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572909; }

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

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

background-color css

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

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

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

border-color css

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

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

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