#5A3F31

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

Shades of Very Dark Brown #5A3F31

Tints of Very Dark Brown #5A3F31

Color information

#5A3F31 (or 0x5A3F31) is unknown color: approx Very Dark Brown. HEX triplet: 5A, 3F and 31. RGB value is (90,63,49). Sum of RGB (Red+Green+Blue) = 90+63+49=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F31 is #A5C0CE. Grayscale: #454545. Windows color (decimal): -10862799 or 3227482. OLE color: 3227482.

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

Color convert

RGB906349-
CMYK00.300.460.65
HSL20.49º29.5%27.25%-
HSV(B)20.49º45.56%35.29%-
XYZ6.555.953.71-
YUV69.48116.45142.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.55%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=44.55%
G=31.19%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90634900.300.460.6520.4929.527.25
Hex5A3F3101E2E41141d1b
Octal132776103656101243533
Binary10110101111111100010111101011101000001101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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