#57240F

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

Shades of Baker's Chocolate #57240F

Tints of Baker's Chocolate #57240F

Color information

#57240F (or 0x57240F) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 24 and 0F. RGB value is (87,36,15). Sum of RGB (Red+Green+Blue) = 87+36+15=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #57240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57240F is #A8DBF0. Grayscale: #303030. Windows color (decimal): -11066353 or 992343. OLE color: 992343.

HSL color Cylindrical-coordinate representation of color #57240F: hue angle of 17.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57240F is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB873615-
CMYK00.590.830.66
HSL17.5º70.59%20%-
HSV(B)17.5º82.76%34.12%-
XYZ4.653.320.85-
YUV48.86108.9155.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.04%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=63.04%
G=26.09%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87361500.590.830.6617.570.5920
Hex5724F03B5342124714
Octal12744170731231022210724
Binary1010111100100111101110111010011100001010010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57240F; }

 p { color: rgb(87,36,15); }

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

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

 a { background-color: rgb(87,36,15); }

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

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

 span { border-color: rgb(87,36,15); }

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