#5A4031

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

Shades of Very Dark Brown #5A4031

Tints of Very Dark Brown #5A4031

Color information

#5A4031 (or 0x5A4031) is unknown color: approx Very Dark Brown. HEX triplet: 5A, 40 and 31. RGB value is (90,64,49). Sum of RGB (Red+Green+Blue) = 90+64+49=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4031 is #A5BFCE. Grayscale: #464646. Windows color (decimal): -10862543 or 3227738. OLE color: 3227738.

HSL color Cylindrical-coordinate representation of color #5A4031: hue angle of 21.95º 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 #5A4031 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB906449-
CMYK00.290.460.65
HSL21.95º29.5%27.25%-
HSV(B)21.95º45.56%35.29%-
XYZ6.66.063.73-
YUV70.06116.11142.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.33%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=44.33%
G=31.53%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90644900.290.460.6521.9529.527.25
Hex5A403101D2E41161d1b
Octal1321006103556101263533
Binary101101010000001100010111011011101000001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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