#563403

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

Shades of Baker's Chocolate #563403

Tints of Baker's Chocolate #563403

Color information

#563403 (or 0x563403) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 34 and 03. RGB value is (86,52,3). Sum of RGB (Red+Green+Blue) = 86+52+3=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #563403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563403 is #A9CBFC. Grayscale: #383838. Windows color (decimal): -11127805 or 210006. OLE color: 210006.

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

Color convert

RGB86523-
CMYK00.400.970.66
HSL35.42º93.26%17.45%-
HSV(B)35.42º96.51%33.73%-
XYZ5.084.440.68-
YUV56.5897.76148.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.99%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=60.99%
G=36.88%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8652300.400.970.6635.4293.2617.45
Hex563430286142235d11
Octal1266430501411024313521
Binary101011011010011010100011000011000010100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563403; }

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

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

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

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

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

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

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

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