#5D3836

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

Shades of Redwood #5D3836

Tints of Redwood #5D3836

Color information

#5D3836 (or 0x5D3836) is unknown color: approx Redwood. HEX triplet: 5D, 38 and 36. RGB value is (93,56,54). Sum of RGB (Red+Green+Blue) = 93+56+54=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3836 is #A2C7C9. Grayscale: #424242. Windows color (decimal): -10667978 or 3553373. OLE color: 3553373.

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

Color convert

RGB935654-
CMYK00.400.420.64
HSL3.08º26.53%28.82%-
HSV(B)3.08º41.94%36.47%-
XYZ6.595.424.19-
YUV66.84120.76146.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.81%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=45.81%
G=27.59%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93565400.400.420.643.0826.5328.82
Hex5D38360282A4031b1d
Octal13570660505210033335
Binary101110111100011011001010001010101000000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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