#5A410D

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

Shades of Dark Brown #5A410D

Tints of Dark Brown #5A410D

Color information

#5A410D (or 0x5A410D) is unknown color: approx Dark Brown. HEX triplet: 5A, 41 and 0D. RGB value is (90,65,13). Sum of RGB (Red+Green+Blue) = 90+65+13=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A410D is #A5BEF2. Grayscale: #424242. Windows color (decimal): -10862323 or 868698. OLE color: 868698.

HSL color Cylindrical-coordinate representation of color #5A410D: hue angle of 40.52º 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 #5A410D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB906513-
CMYK00.280.860.65
HSL40.52º74.76%20.2%-
HSV(B)40.52º85.56%35.29%-
XYZ6.185.981.21-
YUV66.5597.78144.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.57%
GREEN value IS 65 (25.78% from 255) = 38.69%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=53.57%
G=38.69%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90651300.280.860.6540.5274.7620.2
Hex5A41D01C5641294b14
Octal132101150341261015111324
Binary10110101000001110101110010101101000001101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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