#56390E

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

Shades of Baker's Chocolate #56390E

Tints of Baker's Chocolate #56390E

Color information

#56390E (or 0x56390E) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 39 and 0E. RGB value is (86,57,14). Sum of RGB (Red+Green+Blue) = 86+57+14=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #56390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56390E is #A9C6F1. Grayscale: #3C3C3C. Windows color (decimal): -11126514 or 932182. OLE color: 932182.

HSL color Cylindrical-coordinate representation of color #56390E: hue angle of 35.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56390E is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB865714-
CMYK00.340.840.66
HSL35.83º72%19.61%-
HSV(B)35.83º83.72%33.73%-
XYZ5.384.941.08-
YUV60.77101.61146-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 14 (5.86% from 255) = 8.92%
R=54.78%
G=36.31%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86571400.340.840.6635.837219.61
Hex5639E0225442244814
Octal12671160421241024411024
Binary10101101110011110010001010101001000010100100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56390E; }

 p { color: rgb(86,57,14); }

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

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

 a { background-color: rgb(86,57,14); }

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

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

 span { border-color: rgb(86,57,14); }

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