#5D3933

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

Shades of Redwood #5D3933

Tints of Redwood #5D3933

Color information

#5D3933 (or 0x5D3933) is unknown color: approx Redwood. HEX triplet: 5D, 39 and 33. RGB value is (93,57,51). Sum of RGB (Red+Green+Blue) = 93+57+51=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3933 is #A2C6CC. Grayscale: #434343. Windows color (decimal): -10667725 or 3357021. OLE color: 3357021.

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

Color convert

RGB935751-
CMYK00.390.450.64
HSL8.57º29.17%28.24%-
HSV(B)8.57º45.16%36.47%-
XYZ6.575.493.85-
YUV67.08118.93146.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.27%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=46.27%
G=28.36%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93575100.390.450.648.5729.1728.24
Hex5D39330272D4091d1c
Octal135716304755100113534
Binary10111011110011100110100111101101100000010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,57,51); }

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

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

 a { background-color: rgb(93,57,51); }

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

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

 span { border-color: rgb(93,57,51); }

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