#571D05

Color #571D05 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #571D05

Tints of Baker's Chocolate #571D05

Color information

#571D05 (or 0x571D05) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1D and 05. RGB value is (87,29,5). Sum of RGB (Red+Green+Blue) = 87+29+5=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #571D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D05 is #A8E2FA. Grayscale: #2B2B2B. Windows color (decimal): -11068155 or 335191. OLE color: 335191.

HSL color Cylindrical-coordinate representation of color #571D05: hue angle of 17.56º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #571D05 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87295-
CMYK00.670.940.66
HSL17.56º89.13%18.04%-
HSV(B)17.56º94.25%34.12%-
XYZ4.42.920.47-
YUV43.61106.22158.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 71.90%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=71.90%
G=23.97%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8729500.670.940.6617.5689.1318.04
Hex571D50435E42125912
Octal12735501031361022213122
Binary101011111101101010000111011110100001010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571D05; }

 p { color: rgb(87,29,5); }

 H1.HeaderClassName
 {
   color: #571D05;
 }
 .AnyTagClassName
 {
   color: #571D05;
 }
</style>
background-color css

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

 a { background-color: rgb(87,29,5); }

 div.DivClassName
 {
   background-color: #571D05;
 }
 .BgClassName
 {
   background-color: #571D05;
 }
</style>
border-color css

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

 span { border-color: rgb(87,29,5); }

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