#5A411C

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

Shades of Dark Brown #5A411C

Tints of Dark Brown #5A411C

Color information

#5A411C (or 0x5A411C) is unknown color: approx Dark Brown. HEX triplet: 5A, 41 and 1C. RGB value is (90,65,28). Sum of RGB (Red+Green+Blue) = 90+65+28=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A411C is #A5BEE3. Grayscale: #444444. Windows color (decimal): -10862308 or 1851738. OLE color: 1851738.

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

Color convert

RGB906528-
CMYK00.280.690.65
HSL35.81º52.54%23.14%-
HSV(B)35.81º68.89%35.29%-
XYZ6.326.041.93-
YUV68.26105.28143.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=49.18%
G=35.52%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90652800.280.690.6535.8152.5423.14
Hex5A411C01C4541243517
Octal13210134034105101446527
Binary10110101000001111000111001000101100000110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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