#563303

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

Shades of Baker's Chocolate #563303

Tints of Baker's Chocolate #563303

Color information

#563303 (or 0x563303) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 33 and 03. RGB value is (86,51,3). Sum of RGB (Red+Green+Blue) = 86+51+3=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #563303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563303 is #A9CCFC. Grayscale: #383838. Windows color (decimal): -11128061 or 209750. OLE color: 209750.

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

Color convert

RGB86513-
CMYK00.410.970.66
HSL34.7º93.26%17.45%-
HSV(B)34.7º96.51%33.73%-
XYZ5.044.350.66-
YUV55.9998.1149.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=61.43%
G=36.43%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8651300.410.970.6634.793.2617.45
Hex563330296142235d11
Octal1266330511411024313521
Binary101011011001111010100111000011000010100011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563303; }

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

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

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

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

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

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

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

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