#56320A

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

Shades of Baker's Chocolate #56320A

Tints of Baker's Chocolate #56320A

Color information

#56320A (or 0x56320A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 32 and 0A. RGB value is (86,50,10). Sum of RGB (Red+Green+Blue) = 86+50+10=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #56320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56320A is #A9CDF5. Grayscale: #383838. Windows color (decimal): -11128310 or 668246. OLE color: 668246.

HSL color Cylindrical-coordinate representation of color #56320A: hue angle of 31.58º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56320A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB865010-
CMYK00.420.880.66
HSL31.58º79.17%18.82%-
HSV(B)31.58º88.37%33.73%-
XYZ5.034.280.85-
YUV56.2101.93149.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=58.90%
G=34.25%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86501000.420.880.6631.5879.1718.82
Hex5632A02A5842204f13
Octal12662120521301024011723
Binary10101101100101010010101010110001000010100000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56320A; }

 p { color: rgb(86,50,10); }

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

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

 a { background-color: rgb(86,50,10); }

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

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

 span { border-color: rgb(86,50,10); }

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