#5A3B32

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

Shades of Cioccolato #5A3B32

Tints of Cioccolato #5A3B32

Color information

#5A3B32 (or 0x5A3B32) is unknown color: approx Cioccolato. HEX triplet: 5A, 3B and 32. RGB value is (90,59,50). Sum of RGB (Red+Green+Blue) = 90+59+50=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B32 is #A5C4CD. Grayscale: #434343. Windows color (decimal): -10863822 or 3291994. OLE color: 3291994.

HSL color Cylindrical-coordinate representation of color #5A3B32: hue angle of 13.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A3B32 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB905950-
CMYK00.340.440.65
HSL13.5º28.57%27.45%-
HSV(B)13.5º44.44%35.29%-
XYZ6.365.533.75-
YUV67.24118.27144.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 50 (19.92% from 255) = 25.13%
R=45.23%
G=29.65%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90595000.340.440.6513.528.5727.45
Hex5A3B320222C41e1d1b
Octal132736204254101163533
Binary10110101110111100100100010101100100000111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,59,50); }

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

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

 a { background-color: rgb(90,59,50); }

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

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

 span { border-color: rgb(90,59,50); }

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