#56280A

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

Shades of Baker's Chocolate #56280A

Tints of Baker's Chocolate #56280A

Color information

#56280A (or 0x56280A) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 28 and 0A. RGB value is (86,40,10). Sum of RGB (Red+Green+Blue) = 86+40+10=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56280A is #A9D7F5. Grayscale: #323232. Windows color (decimal): -11130870 or 665686. OLE color: 665686.

HSL color Cylindrical-coordinate representation of color #56280A: hue angle of 23.68º 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 #56280A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB864010-
CMYK00.530.880.66
HSL23.68º79.17%18.82%-
HSV(B)23.68º88.37%33.73%-
XYZ4.653.520.72-
YUV50.33105.24153.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=63.24%
G=29.41%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86401000.530.880.6623.6879.1718.82
Hex5628A0355842184f13
Octal12650120651301023011723
Binary1010110101000101001101011011000100001011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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