#5A4131

Color #5A4131 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5A4131

Tints of Very Dark Brown #5A4131

Color information

#5A4131 (or 0x5A4131) is unknown color: approx Very Dark Brown. HEX triplet: 5A, 41 and 31. RGB value is (90,65,49). Sum of RGB (Red+Green+Blue) = 90+65+49=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4131 is #A5BECE. Grayscale: #464646. Windows color (decimal): -10862287 or 3227994. OLE color: 3227994.

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

Color convert

RGB906549-
CMYK00.280.460.65
HSL23.41º29.5%27.25%-
HSV(B)23.41º45.56%35.29%-
XYZ6.666.183.75-
YUV70.65115.78141.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=44.12%
G=31.86%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90654900.280.460.6523.4129.527.25
Hex5A413101C2E41171d1b
Octal1321016103456101273533
Binary101101010000011100010111001011101000001101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,49); }

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

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

 a { background-color: rgb(90,65,49); }

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

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

 span { border-color: rgb(90,65,49); }

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