#571D07

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

Shades of Baker's Chocolate #571D07

Tints of Baker's Chocolate #571D07

Color information

#571D07 (or 0x571D07) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 1D and 07. RGB value is (87,29,7). Sum of RGB (Red+Green+Blue) = 87+29+7=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D07 is #A8E2F8. Grayscale: #2B2B2B. Windows color (decimal): -11068153 or 466263. OLE color: 466263.

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

Color convert

RGB87297-
CMYK00.670.920.66
HSL16.5º85.11%18.43%-
HSV(B)16.5º91.95%34.12%-
XYZ4.412.920.53-
YUV43.83107.22158.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 70.73%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=70.73%
G=23.58%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8729700.670.920.6616.585.1118.43
Hex571D70435C42105512
Octal12735701031341022012522
Binary101011111101111010000111011100100001010000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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