#562003

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

Shades of Baker's Chocolate #562003

Tints of Baker's Chocolate #562003

Color information

#562003 (or 0x562003) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 20 and 03. RGB value is (86,32,3). Sum of RGB (Red+Green+Blue) = 86+32+3=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #562003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562003 is #A9DFFC. Grayscale: #2D2D2D. Windows color (decimal): -11132925 or 204886. OLE color: 204886.

HSL color Cylindrical-coordinate representation of color #562003: hue angle of 20.96º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #562003 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86323-
CMYK00.630.970.66
HSL20.96º93.26%17.45%-
HSV(B)20.96º96.51%33.73%-
XYZ4.373.020.44-
YUV44.84104.39157.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=71.07%
G=26.45%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632300.630.970.6620.9693.2617.45
Hex5620303F6142155d11
Octal1264030771411022513521
Binary10101101000001101111111100001100001010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562003; }

 p { color: rgb(86,32,3); }

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

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

 a { background-color: rgb(86,32,3); }

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

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

 span { border-color: rgb(86,32,3); }

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