#563428

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

Shades of Cioccolato #563428

Tints of Cioccolato #563428

Color information

#563428 (or 0x563428) is unknown color: approx Cioccolato. HEX triplet: 56, 34 and 28. RGB value is (86,52,40). Sum of RGB (Red+Green+Blue) = 86+52+40=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #563428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563428 is #A9CBD7. Grayscale: #3C3C3C. Windows color (decimal): -11127768 or 2634838. OLE color: 2634838.

HSL color Cylindrical-coordinate representation of color #563428: hue angle of 15.65º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #563428 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB865240-
CMYK00.400.530.66
HSL15.65º36.51%24.71%-
HSV(B)15.65º53.49%33.73%-
XYZ5.454.592.61-
YUV60.8116.26145.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=48.31%
G=29.21%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86524000.400.530.6615.6536.5124.71
Hex5634280283542102519
Octal126645005065102204531
Binary1010110110100101000010100011010110000101000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563428; }

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

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

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

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

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

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

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

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