#5A400D

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

Shades of Dark Brown #5A400D

Tints of Dark Brown #5A400D

Color information

#5A400D (or 0x5A400D) is unknown color: approx Dark Brown. HEX triplet: 5A, 40 and 0D. RGB value is (90,64,13). Sum of RGB (Red+Green+Blue) = 90+64+13=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A400D is #A5BFF2. Grayscale: #424242. Windows color (decimal): -10862579 or 868442. OLE color: 868442.

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

Color convert

RGB906413-
CMYK00.290.860.65
HSL39.74º74.76%20.2%-
HSV(B)39.74º85.56%35.29%-
XYZ6.125.871.19-
YUV65.9698.11145.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 13 (5.47% from 255) = 7.78%
R=53.89%
G=38.32%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90641300.290.860.6539.7474.7620.2
Hex5A40D01D5641284b14
Octal132100150351261015011324
Binary10110101000000110101110110101101000001101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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