#5A410E

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

Shades of Dark Brown #5A410E

Tints of Dark Brown #5A410E

Color information

#5A410E (or 0x5A410E) is unknown color: approx Dark Brown. HEX triplet: 5A, 41 and 0E. RGB value is (90,65,14). Sum of RGB (Red+Green+Blue) = 90+65+14=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A410E is #A5BEF1. Grayscale: #424242. Windows color (decimal): -10862322 or 934234. OLE color: 934234.

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

Color convert

RGB906514-
CMYK00.280.840.65
HSL40.26º73.08%20.39%-
HSV(B)40.26º84.44%35.29%-
XYZ6.195.991.24-
YUV66.6698.28144.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.25%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=53.25%
G=38.46%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90651400.280.840.6540.2673.0820.39
Hex5A41E01C5441284914
Octal132101160341241015011124
Binary10110101000001111001110010101001000001101000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,14); }

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

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

 a { background-color: rgb(90,65,14); }

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

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

 span { border-color: rgb(90,65,14); }

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