#5D332B

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

Shades of Redwood #5D332B

Tints of Redwood #5D332B

Color information

#5D332B (or 0x5D332B) is unknown color: approx Redwood. HEX triplet: 5D, 33 and 2B. RGB value is (93,51,43). Sum of RGB (Red+Green+Blue) = 93+51+43=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D332B is #A2CCD4. Grayscale: #3E3E3E. Windows color (decimal): -10669269 or 2831197. OLE color: 2831197.

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

Color convert

RGB935143-
CMYK00.450.540.64
HSL9.6º36.76%26.67%-
HSV(B)9.6º53.76%36.47%-
XYZ6.134.872.9-
YUV62.65116.91149.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.73%
GREEN value IS 51 (20.31% from 255) = 27.27%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=49.73%
G=27.27%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93514300.450.540.649.636.7626.67
Hex5D332B02D3640a251b
Octal135635305566100124533
Binary101110111001110101101011011101101000000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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