Html Css Color HEX #572D11 Baker's Chocolate

📋 copy color: '#572D11'

red 87 ◦ green 45 ◦ blue 17

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

Shades of Baker's Chocolate #572D11

Tints of Baker's Chocolate #572D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

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

R = 58.39%
G = 30.2%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#572D11 (or 0x572D11) is known color: Baker's Chocolate. HEX triplet: 57, 2D and 11. RGB value is (87,45,17). Sum of RGB (Red+Green+Blue) = 87+45+17=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #572D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572D11 is #A8D2EE. Grayscale: #363636. Windows color (decimal): -11064047 or 1125719. OLE color: 1125719.

HSL color Cylindrical-coordinate representation of color #572D11: hue angle of 24º 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 #572D11 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 45 17 -
CMYK 0 0.48 0.80 0.66
HSL 24º 0.67% 0.2% -
HSV(B) 24º 0.8% 0.34% -
XYZ 4.97 3.94 1.03 -
YUV 54.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 87 45 17 0 0.48 0.80 0.66 24 0.67 0.2
Hex 57 2D 11 0 30 50 42 18 43 14
Octal 127 55 21 0 60 120 102 30 103 24
Binary 1010111 101101 10001 0 110000 1010000 1000010 11000 1000011 10100

Color Harmonies of #572D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572D11

Black with #572D11

Text Example


Text Example

White with #572D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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