#5A4423

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

Shades of Dark Brown #5A4423

Tints of Dark Brown #5A4423

Color information

#5A4423 (or 0x5A4423) is unknown color: approx Dark Brown. HEX triplet: 5A, 44 and 23. RGB value is (90,68,35). Sum of RGB (Red+Green+Blue) = 90+68+35=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4423 is #A5BBDC. Grayscale: #464646. Windows color (decimal): -10861533 or 2311258. OLE color: 2311258.

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

Color convert

RGB906835-
CMYK00.240.610.65
HSL36º44%24.51%-
HSV(B)36º61.11%35.29%-
XYZ6.596.432.48-
YUV70.82107.79141.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 46.63%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 35 (14.06% from 255) = 18.13%
R=46.63%
G=35.23%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90683500.240.610.65364424.51
Hex5A44230183D41242c19
Octal1321044303075101445431
Binary10110101000100100011011000111101100000110010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,68,35); }

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

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

 a { background-color: rgb(90,68,35); }

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

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

 span { border-color: rgb(90,68,35); }

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