#5A3F3F

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

Shades of Woody Brown #5A3F3F

Tints of Woody Brown #5A3F3F

Color information

#5A3F3F (or 0x5A3F3F) is unknown color: approx Woody Brown. HEX triplet: 5A, 3F and 3F. RGB value is (90,63,63). Sum of RGB (Red+Green+Blue) = 90+63+63=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F3F is #A5C0C0. Grayscale: #474747. Windows color (decimal): -10862785 or 4144986. OLE color: 4144986.

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

Color convert

RGB906363-
CMYK00.300.300.65
HSL17.65%30%-
HSV(B)30%35.29%-
XYZ6.896.095.51-
YUV71.07123.45141.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.67%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 63 (25% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90636300.300.300.65017.6530
Hex5A3F3F01E1E410121e
Octal13277770363610102236
Binary101101011111111111101111011110100000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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