#5A3528

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

Shades of Cioccolato #5A3528

Tints of Cioccolato #5A3528

Color information

#5A3528 (or 0x5A3528) is unknown color: approx Cioccolato. HEX triplet: 5A, 35 and 28. RGB value is (90,53,40). Sum of RGB (Red+Green+Blue) = 90+53+40=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3528 is #A5CAD7. Grayscale: #3E3E3E. Windows color (decimal): -10865368 or 2635098. OLE color: 2635098.

HSL color Cylindrical-coordinate representation of color #5A3528: hue angle of 15.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A3528 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB905340-
CMYK00.410.560.65
HSL15.6º38.46%25.49%-
HSV(B)15.6º55.56%35.29%-
XYZ5.874.872.64-
YUV62.58115.26147.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 40 (16.02% from 255) = 21.86%
R=49.18%
G=28.96%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90534000.410.560.6515.638.4625.49
Hex5A35280293841102619
Octal132655005170101204631
Binary1011010110101101000010100111100010000011000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A3528; }

 p { color: rgb(90,53,40); }

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

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

 a { background-color: rgb(90,53,40); }

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

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

 span { border-color: rgb(90,53,40); }

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