#563B30

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

Shades of Cioccolato #563B30

Tints of Cioccolato #563B30

Color information

#563B30 (or 0x563B30) is unknown color: approx Cioccolato. HEX triplet: 56, 3B and 30. RGB value is (86,59,48). Sum of RGB (Red+Green+Blue) = 86+59+48=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #563B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B30 is #A9C4CF. Grayscale: #414141. Windows color (decimal): -11125968 or 3160918. OLE color: 3160918.

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

Color convert

RGB865948-
CMYK00.310.440.66
HSL17.37º28.36%26.27%-
HSV(B)17.37º44.19%33.73%-
XYZ5.945.323.51-
YUV65.82117.95142.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=44.56%
G=30.57%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86594800.310.440.6617.3728.3626.27
Hex563B3001F2C42111c1a
Octal126736003754102213432
Binary10101101110111100000111111011001000010100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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