#5E3935

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

Shades of Redwood #5E3935

Tints of Redwood #5E3935

Color information

#5E3935 (or 0x5E3935) is unknown color: approx Redwood. HEX triplet: 5E, 39 and 35. RGB value is (94,57,53). Sum of RGB (Red+Green+Blue) = 94+57+53=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3935 is #A1C6CA. Grayscale: #434343. Windows color (decimal): -10602187 or 3488094. OLE color: 3488094.

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

Color convert

RGB945753-
CMYK00.390.440.63
HSL5.85º27.89%28.82%-
HSV(B)5.85º43.62%36.86%-
XYZ6.725.564.09-
YUV67.61119.76146.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=46.08%
G=27.94%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94575300.390.440.635.8527.8928.82
Hex5E39350272C3F61c1d
Octal1367165047547763435
Binary101111011100111010101001111011001111111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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