#562B03

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

Shades of Baker's Chocolate #562B03

Tints of Baker's Chocolate #562B03

Color information

#562B03 (or 0x562B03) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 2B and 03. RGB value is (86,43,3). Sum of RGB (Red+Green+Blue) = 86+43+3=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #562B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562B03 is #A9D4FC. Grayscale: #333333. Windows color (decimal): -11130109 or 207702. OLE color: 207702.

HSL color Cylindrical-coordinate representation of color #562B03: hue angle of 28.92º 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 #562B03 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86433-
CMYK00.500.970.66
HSL28.92º93.26%17.45%-
HSV(B)28.92º96.51%33.73%-
XYZ4.723.710.55-
YUV51.3100.75152.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 43 (17.19% from 255) = 32.58%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=65.15%
G=32.58%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8643300.500.970.6628.9293.2617.45
Hex562B303261421d5d11
Octal1265330621411023513521
Binary10101101010111101100101100001100001011101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562B03; }

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

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

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

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

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

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

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

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