#5E413F

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

Shades of Woody Brown #5E413F

Tints of Woody Brown #5E413F

Color information

#5E413F (or 0x5E413F) is unknown color: approx Woody Brown. HEX triplet: 5E, 41 and 3F. RGB value is (94,65,63). Sum of RGB (Red+Green+Blue) = 94+65+63=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 94 - color contains mainly: red. Hex color #5E413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E413F is #A1BEC0. Grayscale: #494949. Windows color (decimal): -10600129 or 4145502. OLE color: 4145502.

HSL color Cylindrical-coordinate representation of color #5E413F: hue angle of 3.87º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E413F is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB946563-
CMYK00.310.330.63
HSL3.87º19.75%30.78%-
HSV(B)3.87º32.98%36.86%-
XYZ7.46.525.57-
YUV73.44122.11142.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 63 (25% from 255) = 28.38%
R=42.34%
G=29.28%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94656300.310.330.633.8719.7530.78
Hex5E413F01F213F4141f
Octal13610177037417742437
Binary101111010000011111110111111000011111111001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,63); }

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

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

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

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

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

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

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