#5D3A36

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

Shades of Redwood #5D3A36

Tints of Redwood #5D3A36

Color information

#5D3A36 (or 0x5D3A36) is unknown color: approx Redwood. HEX triplet: 5D, 3A and 36. RGB value is (93,58,54). Sum of RGB (Red+Green+Blue) = 93+58+54=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A36 is #A2C5C9. Grayscale: #444444. Windows color (decimal): -10667466 or 3553885. OLE color: 3553885.

HSL color Cylindrical-coordinate representation of color #5D3A36: hue angle of 6.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D3A36 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB935854-
CMYK00.380.420.64
HSL6.15º26.53%28.82%-
HSV(B)6.15º41.94%36.47%-
XYZ6.695.624.22-
YUV68.01120.1145.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=45.37%
G=28.29%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93585400.380.420.646.1526.5328.82
Hex5D3A360262A4061b1d
Octal13572660465210063335
Binary1011101111010110110010011010101010000001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,58,54); }

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

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

 a { background-color: rgb(93,58,54); }

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

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

 span { border-color: rgb(93,58,54); }

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