#56240F

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

Shades of Baker's Chocolate #56240F

Tints of Baker's Chocolate #56240F

Color information

#56240F (or 0x56240F) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 24 and 0F. RGB value is (86,36,15). Sum of RGB (Red+Green+Blue) = 86+36+15=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56240F is #A9DBF0. Grayscale: #303030. Windows color (decimal): -11131889 or 992342. OLE color: 992342.

HSL color Cylindrical-coordinate representation of color #56240F: hue angle of 17.75º degrees, saturation: 0.7, 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 #56240F is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB863615-
CMYK00.580.830.66
HSL17.75º70.3%19.8%-
HSV(B)17.75º82.56%33.73%-
XYZ4.553.270.84-
YUV48.56109.06154.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 36 (14.45% from 255) = 26.28%
BLUE value IS 15 (6.25% from 255) = 10.95%
R=62.77%
G=26.28%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86361500.580.830.6617.7570.319.8
Hex5624F03A5342124614
Octal12644170721231022210624
Binary1010110100100111101110101010011100001010010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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