#56362A

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

Shades of Cioccolato #56362A

Tints of Cioccolato #56362A

Color information

#56362A (or 0x56362A) is unknown color: approx Cioccolato. HEX triplet: 56, 36 and 2A. RGB value is (86,54,42). Sum of RGB (Red+Green+Blue) = 86+54+42=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56362A is #A9C9D5. Grayscale: #3E3E3E. Windows color (decimal): -11127254 or 2766422. OLE color: 2766422.

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

Color convert

RGB865442-
CMYK00.370.510.66
HSL16.36º34.38%25.1%-
HSV(B)16.36º51.16%33.73%-
XYZ5.574.782.82-
YUV62.2116.6144.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=47.25%
G=29.67%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86544200.370.510.6616.3634.3825.1
Hex56362A0253342102219
Octal126665204563102204231
Binary1010110110110101010010010111001110000101000010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56362A; }

 p { color: rgb(86,54,42); }

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

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

 a { background-color: rgb(86,54,42); }

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

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

 span { border-color: rgb(86,54,42); }

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