#5A4221

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

Shades of Dark Brown #5A4221

Tints of Dark Brown #5A4221

Color information

#5A4221 (or 0x5A4221) is unknown color: approx Dark Brown. HEX triplet: 5A, 42 and 21. RGB value is (90,66,33). Sum of RGB (Red+Green+Blue) = 90+66+33=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4221 is #A5BDDE. Grayscale: #454545. Windows color (decimal): -10862047 or 2179674. OLE color: 2179674.

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

Color convert

RGB906633-
CMYK00.270.630.65
HSL34.74º46.34%24.12%-
HSV(B)34.74º63.33%35.29%-
XYZ6.446.182.29-
YUV69.41107.45142.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.62%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=47.62%
G=34.92%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90663300.270.630.6534.7446.3424.12
Hex5A422101B3F41232e18
Octal1321024103377101435630
Binary10110101000010100001011011111111100000110001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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