#5A4216

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

Shades of Dark Brown #5A4216

Tints of Dark Brown #5A4216

Color information

#5A4216 (or 0x5A4216) is unknown color: approx Dark Brown. HEX triplet: 5A, 42 and 16. RGB value is (90,66,22). Sum of RGB (Red+Green+Blue) = 90+66+22=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4216 is #A5BDE9. Grayscale: #444444. Windows color (decimal): -10862058 or 1458778. OLE color: 1458778.

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

Color convert

RGB906622-
CMYK00.270.760.65
HSL38.82º60.71%21.96%-
HSV(B)38.82º75.56%35.29%-
XYZ6.316.131.61-
YUV68.16101.95143.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.56%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=50.56%
G=37.08%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90662200.270.760.6538.8260.7121.96
Hex5A421601B4C41273d16
Octal13210226033114101477526
Binary10110101000010101100110111001100100000110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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