#5D322F

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

Shades of Redwood #5D322F

Tints of Redwood #5D322F

Color information

#5D322F (or 0x5D322F) is unknown color: approx Redwood. HEX triplet: 5D, 32 and 2F. RGB value is (93,50,47). Sum of RGB (Red+Green+Blue) = 93+50+47=190 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.95% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 93 - color contains mainly: red. Hex color #5D322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D322F is #A2CDD0. Grayscale: #3E3E3E. Windows color (decimal): -10669521 or 3093085. OLE color: 3093085.

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

Color convert

RGB935047-
CMYK00.460.490.64
HSL3.91º32.86%27.45%-
HSV(B)3.91º49.46%36.47%-
XYZ6.174.813.29-
YUV62.52119.25149.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 48.95%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=48.95%
G=26.32%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93504700.460.490.643.9132.8627.45
Hex5D322F02E31404211b
Octal13562570566110044133
Binary10111011100101011110101110110001100000010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,50,47); }

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

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

 a { background-color: rgb(93,50,47); }

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

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

 span { border-color: rgb(93,50,47); }

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