#563B2F

Color #563B2F Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #563B2F

Tints of Cioccolato #563B2F

Color information

#563B2F (or 0x563B2F) is unknown color: approx Cioccolato. HEX triplet: 56, 3B and 2F. RGB value is (86,59,47). Sum of RGB (Red+Green+Blue) = 86+59+47=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #563B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B2F is #A9C4D0. Grayscale: #414141. Windows color (decimal): -11125969 or 3095382. OLE color: 3095382.

HSL color Cylindrical-coordinate representation of color #563B2F: hue angle of 18.46º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #563B2F is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB865947-
CMYK00.310.450.66
HSL18.46º29.32%26.08%-
HSV(B)18.46º45.35%33.73%-
XYZ5.915.313.4-
YUV65.7117.45142.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.79%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=44.79%
G=30.73%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86594700.310.450.6618.4629.3226.08
Hex563B2F01F2D42121d1a
Octal126735703755102223532
Binary10101101110111011110111111011011000010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563B2F; }

 p { color: rgb(86,59,47); }

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

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

 a { background-color: rgb(86,59,47); }

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

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

 span { border-color: rgb(86,59,47); }

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