#5A400F

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

Shades of Dark Brown #5A400F

Tints of Dark Brown #5A400F

Color information

#5A400F (or 0x5A400F) is unknown color: approx Dark Brown. HEX triplet: 5A, 40 and 0F. RGB value is (90,64,15). Sum of RGB (Red+Green+Blue) = 90+64+15=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A400F is #A5BFF0. Grayscale: #424242. Windows color (decimal): -10862577 or 999514. OLE color: 999514.

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

Color convert

RGB906415-
CMYK00.290.830.65
HSL39.2º71.43%20.59%-
HSV(B)39.2º83.33%35.29%-
XYZ6.145.871.26-
YUV66.1999.11144.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.25%
GREEN value IS 64 (25.39% from 255) = 37.87%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=53.25%
G=37.87%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90641500.290.830.6539.271.4320.59
Hex5A40F01D5341274715
Octal132100170351231014710725
Binary10110101000000111101110110100111000001100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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