#5A403F

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

Shades of Woody Brown #5A403F

Tints of Woody Brown #5A403F

Color information

#5A403F (or 0x5A403F) is unknown color: approx Woody Brown. HEX triplet: 5A, 40 and 3F. RGB value is (90,64,63). Sum of RGB (Red+Green+Blue) = 90+64+63=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A403F is #A5BFC0. Grayscale: #474747. Windows color (decimal): -10862529 or 4145242. OLE color: 4145242.

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

Color convert

RGB906463-
CMYK00.290.300.65
HSL2.22º17.65%30%-
HSV(B)2.22º30%35.29%-
XYZ6.956.25.53-
YUV71.66123.11141.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 63 (25% from 255) = 29.03%
R=41.47%
G=29.49%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90646300.290.300.652.2217.6530
Hex5A403F01D1E412121e
Octal132100770353610122236
Binary10110101000000111111011101111101000001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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