#572809

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

Shades of Baker's Chocolate #572809

Tints of Baker's Chocolate #572809

Color information

#572809 (or 0x572809) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 28 and 09. RGB value is (87,40,9). Sum of RGB (Red+Green+Blue) = 87+40+9=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #572809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572809 is #A8D7F6. Grayscale: #323232. Windows color (decimal): -11065335 or 600151. OLE color: 600151.

HSL color Cylindrical-coordinate representation of color #572809: hue angle of 23.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #572809 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB87409-
CMYK00.540.900.66
HSL23.85º81.25%18.82%-
HSV(B)23.85º89.66%34.12%-
XYZ4.743.560.7-
YUV50.52104.57154.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=63.97%
G=29.41%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8740900.540.900.6623.8581.2518.82
Hex572890365A42185113
Octal12750110661321023012123
Binary1010111101000100101101101011010100001011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572809; }

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

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

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

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

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

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

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

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