#5A3A2D

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

Shades of Cioccolato #5A3A2D

Tints of Cioccolato #5A3A2D

Color information

#5A3A2D (or 0x5A3A2D) is unknown color: approx Cioccolato. HEX triplet: 5A, 3A and 2D. RGB value is (90,58,45). Sum of RGB (Red+Green+Blue) = 90+58+45=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A2D is #A5C5D2. Grayscale: #424242. Windows color (decimal): -10864083 or 2964058. OLE color: 2964058.

HSL color Cylindrical-coordinate representation of color #5A3A2D: hue angle of 17.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3A2D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB905845-
CMYK00.360.500.65
HSL17.33º33.33%26.47%-
HSV(B)17.33º50%35.29%-
XYZ6.25.393.2-
YUV66.09116.1145.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 45 (17.97% from 255) = 23.32%
R=46.63%
G=30.05%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90584500.360.500.6517.3333.3326.47
Hex5A3A2D024324111211a
Octal132725504462101214132
Binary1011010111010101101010010011001010000011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,58,45); }

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

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

 a { background-color: rgb(90,58,45); }

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

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

 span { border-color: rgb(90,58,45); }

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