#563503

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

Shades of Baker's Chocolate #563503

Tints of Baker's Chocolate #563503

Color information

#563503 (or 0x563503) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 35 and 03. RGB value is (86,53,3). Sum of RGB (Red+Green+Blue) = 86+53+3=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #563503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563503 is #A9CAFC. Grayscale: #393939. Windows color (decimal): -11127549 or 210262. OLE color: 210262.

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

Color convert

RGB86533-
CMYK00.380.970.66
HSL36.14º93.26%17.45%-
HSV(B)36.14º96.51%33.73%-
XYZ5.134.530.69-
YUV57.1797.43148.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 3 (1.56% from 255) = 2.11%
R=60.56%
G=37.32%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653300.380.970.6636.1493.2617.45
Hex563530266142245d11
Octal1266530461411024413521
Binary101011011010111010011011000011000010100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563503; }

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

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

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

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

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

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

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

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