#572811

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

Shades of Baker's Chocolate #572811

Tints of Baker's Chocolate #572811

Color information

#572811 (or 0x572811) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 11. RGB value is (87,40,17). Sum of RGB (Red+Green+Blue) = 87+40+17=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #572811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572811 is #A8D7EE. Grayscale: #333333. Windows color (decimal): -11065327 or 1124439. OLE color: 1124439.

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

Color convert

RGB874017-
CMYK00.540.800.66
HSL19.71º67.31%20.39%-
HSV(B)19.71º80.46%34.12%-
XYZ4.793.580.97-
YUV51.43108.57153.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=60.42%
G=27.78%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87401700.540.800.6619.7167.3120.39
Hex5728110365042144314
Octal12750210661201022410324
Binary10101111010001000101101101010000100001010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572811; }

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

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

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

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

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

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

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

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