#5E3936

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

Shades of Redwood #5E3936

Tints of Redwood #5E3936

Color information

#5E3936 (or 0x5E3936) is unknown color: approx Redwood. HEX triplet: 5E, 39 and 36. RGB value is (94,57,54). Sum of RGB (Red+Green+Blue) = 94+57+54=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3936 is #A1C6C9. Grayscale: #434343. Windows color (decimal): -10602186 or 3553630. OLE color: 3553630.

HSL color Cylindrical-coordinate representation of color #5E3936: hue angle of 4.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E3936 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB945754-
CMYK00.390.430.63
HSL4.5º27.03%29.02%-
HSV(B)4.5º42.55%36.86%-
XYZ6.755.574.21-
YUV67.72120.26146.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 57 (22.66% from 255) = 27.80%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=45.85%
G=27.80%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94575400.390.430.634.527.0329.02
Hex5E39360272B3F51b1d
Octal1367166047537753335
Binary101111011100111011001001111010111111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,57,54); }

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

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

 a { background-color: rgb(94,57,54); }

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

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

 span { border-color: rgb(94,57,54); }

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