#5A4020

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

Shades of Dark Brown #5A4020

Tints of Dark Brown #5A4020

Color information

#5A4020 (or 0x5A4020) is unknown color: approx Dark Brown. HEX triplet: 5A, 40 and 20. RGB value is (90,64,32). Sum of RGB (Red+Green+Blue) = 90+64+32=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4020 is #A5BFDF. Grayscale: #444444. Windows color (decimal): -10862560 or 2113626. OLE color: 2113626.

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

Color convert

RGB906432-
CMYK00.290.640.65
HSL33.1º47.54%23.92%-
HSV(B)33.1º64.44%35.29%-
XYZ6.315.942.18-
YUV68.13107.61143.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.39%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=48.39%
G=34.41%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90643200.290.640.6533.147.5423.92
Hex5A402001D4041213018
Octal13210040035100101416030
Binary101101010000001000000111011000000100000110000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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