#563803

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

Shades of Baker's Chocolate #563803

Tints of Baker's Chocolate #563803

Color information

#563803 (or 0x563803) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 38 and 03. RGB value is (86,56,3). Sum of RGB (Red+Green+Blue) = 86+56+3=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563803 is #A9C7FC. Grayscale: #3B3B3B. Windows color (decimal): -11126781 or 211030. OLE color: 211030.

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

Color convert

RGB86563-
CMYK00.350.970.66
HSL38.31º93.26%17.45%-
HSV(B)38.31º96.51%33.73%-
XYZ5.274.810.74-
YUV58.9396.44147.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=59.31%
G=38.62%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8656300.350.970.6638.3193.2617.45
Hex563830236142265d11
Octal1267030431411024613521
Binary101011011100011010001111000011000010100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563803; }

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

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

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

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

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

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

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

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