#57240D

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

Shades of Baker's Chocolate #57240D

Tints of Baker's Chocolate #57240D

Color information

#57240D (or 0x57240D) is unknown color: approx Baker's Chocolate. HEX triplet: 57, 24 and 0D. RGB value is (87,36,13). Sum of RGB (Red+Green+Blue) = 87+36+13=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57240D is #A8DBF2. Grayscale: #303030. Windows color (decimal): -11066355 or 861271. OLE color: 861271.

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

Color convert

RGB873613-
CMYK00.590.850.66
HSL18.65º74%19.61%-
HSV(B)18.65º85.06%34.12%-
XYZ4.633.320.78-
YUV48.63107.9155.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 63.97%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=63.97%
G=26.47%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87361300.590.850.6618.657419.61
Hex5724D03B5542134a14
Octal12744150731251022311224
Binary1010111100100110101110111010101100001010011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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