#572509

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

Shades of Baker's Chocolate #572509

Tints of Baker's Chocolate #572509

Color information

#572509 (or 0x572509) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 25 and 09. RGB value is (87,37,9). Sum of RGB (Red+Green+Blue) = 87+37+9=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #572509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #572509 is #A8DAF6. Grayscale: #303030. Windows color (decimal): -11066103 or 599383. OLE color: 599383.

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

Color convert

RGB87379-
CMYK00.570.900.66
HSL21.54º81.25%18.82%-
HSV(B)21.54º89.66%34.12%-
XYZ4.643.370.66-
YUV48.76105.56155.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.41%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=65.41%
G=27.82%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8737900.570.900.6621.5481.2518.82
Hex572590395A42165113
Octal12745110711321022612123
Binary1010111100101100101110011011010100001010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572509; }

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

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

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

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

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

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

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

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