#572109

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

Shades of Baker's Chocolate #572109

Tints of Baker's Chocolate #572109

Color information

#572109 (or 0x572109) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 21 and 09. RGB value is (87,33,9). Sum of RGB (Red+Green+Blue) = 87+33+9=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #572109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572109 is #A8DEF6. Grayscale: #2E2E2E. Windows color (decimal): -11067127 or 598359. OLE color: 598359.

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

Color convert

RGB87339-
CMYK00.620.900.66
HSL18.46º81.25%18.82%-
HSV(B)18.46º89.66%34.12%-
XYZ4.523.130.62-
YUV46.41106.89156.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=67.44%
G=25.58%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8733900.620.900.6618.4681.2518.82
Hex5721903E5A42125113
Octal12741110761321022212123
Binary1010111100001100101111101011010100001010010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572109; }

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

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

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

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

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

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

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

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