Html Css Color HEX #572A11 Baker's Chocolate

📋 copy color: '#572A11'

red 87 ◦ green 42 ◦ blue 17

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

Shades of Baker's Chocolate #572A11

Tints of Baker's Chocolate #572A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.77%

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 59.59%
G = 28.77%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#572A11 (or 0x572A11) is known color: Baker's Chocolate. HEX triplet: 57, 2A and 11. RGB value is (87,42,17). Sum of RGB (Red+Green+Blue) = 87+42+17=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #572A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572A11 is #A8D5EE. Grayscale: #343434. Windows color (decimal): -11064815 or 1124951. OLE color: 1124951.

HSL color Cylindrical-coordinate representation of color #572A11: hue angle of 21.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572A11 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 42 17 -
CMYK 0 0.52 0.80 0.66
HSL 21.43º 0.67% 0.2% -
HSV(B) 21.43º 0.8% 0.34% -
XYZ 4.86 3.72 0.99 -
YUV 52.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 87 42 17 0 0.52 0.80 0.66 21.43 0.67 0.2
Hex 57 2A 11 0 34 50 42 15 43 14
Octal 127 52 21 0 64 120 102 25 103 24
Binary 1010111 101010 10001 0 110100 1010000 1000010 10101 1000011 10100

Color Harmonies of #572A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572A11

Black with #572A11

Text Example


Text Example

White with #572A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572A11; }

 p { color: rgb(87,42,17); }

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

background-color css

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

 a { background-color: rgb(87,42,17); }

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

border-color css

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

 span { border-color: rgb(87,42,17); }

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