#5A4219

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

Shades of Dark Brown #5A4219

Tints of Dark Brown #5A4219

Color information

#5A4219 (or 0x5A4219) is unknown color: approx Dark Brown. HEX triplet: 5A, 42 and 19. RGB value is (90,66,25). Sum of RGB (Red+Green+Blue) = 90+66+25=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4219 is #A5BDE6. Grayscale: #444444. Windows color (decimal): -10862055 or 1655386. OLE color: 1655386.

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

Color convert

RGB906625-
CMYK00.270.720.65
HSL37.85º56.52%22.55%-
HSV(B)37.85º72.22%35.29%-
XYZ6.346.141.77-
YUV68.5103.45143.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.72%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=49.72%
G=36.46%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90662500.270.720.6537.8556.5222.55
Hex5A421901B4841263917
Octal13210231033110101467127
Binary10110101000010110010110111001000100000110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,66,25); }

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

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

 a { background-color: rgb(90,66,25); }

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

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

 span { border-color: rgb(90,66,25); }

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