Html Css Color HEX #572309 Baker's Chocolate

📋 copy color: '#572309'

red 87 ◦ green 35 ◦ blue 9

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

Shades of Baker's Chocolate #572309

Tints of Baker's Chocolate #572309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.72%

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

R = 66.41%
G = 26.72%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#572309 (or 0x572309) is known color: Baker's Chocolate. HEX triplet: 57, 23 and 09. RGB value is (87,35,9). Sum of RGB (Red+Green+Blue) = 87+35+9=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #572309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572309 is #A8DCF6. Grayscale: #2F2F2F. Windows color (decimal): -11066615 or 598871. OLE color: 598871.

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

Color convert

RGB 87 35 9 -
CMYK 0 0.60 0.90 0.66
HSL 20º 0.81% 0.19% -
HSV(B) 20º 0.9% 0.34% -
XYZ 4.58 3.25 0.64 -
YUV 47.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 87 35 9 0 0.60 0.90 0.66 20 0.81 0.19
Hex 57 23 9 0 3C 5A 42 14 51 13
Octal 127 43 11 0 74 132 102 24 121 23
Binary 1010111 100011 1001 0 111100 1011010 1000010 10100 1010001 10011

Color Harmonies of #572309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572309

Black with #572309

Text Example


Text Example

White with #572309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572309; }

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

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

background-color css

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

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

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

border-color css

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

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

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