#5D3129

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

Shades of Redwood #5D3129

Tints of Redwood #5D3129

Color information

#5D3129 (or 0x5D3129) is unknown color: approx Redwood. HEX triplet: 5D, 31 and 29. RGB value is (93,49,41). Sum of RGB (Red+Green+Blue) = 93+49+41=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3129 is #A2CED6. Grayscale: #3D3D3D. Windows color (decimal): -10669783 or 2699613. OLE color: 2699613.

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

Color convert

RGB934941-
CMYK00.470.560.64
HSL9.23º38.81%26.27%-
HSV(B)9.23º55.91%36.47%-
XYZ6.014.682.68-
YUV61.24116.58150.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.82%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=50.82%
G=26.78%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93494100.470.560.649.2338.8126.27
Hex5D312902F38409271a
Octal135615105770100114732
Binary101110111000110100101011111110001000000100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,49,41); }

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

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

 a { background-color: rgb(93,49,41); }

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

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

 span { border-color: rgb(93,49,41); }

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