#5D3029

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

Shades of Redwood #5D3029

Tints of Redwood #5D3029

Color information

#5D3029 (or 0x5D3029) is unknown color: approx Redwood. HEX triplet: 5D, 30 and 29. RGB value is (93,48,41). Sum of RGB (Red+Green+Blue) = 93+48+41=182 (24% of max value = 765). Red value is 93 (36.72% from 255 or 51.10% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3029 is #A2CFD6. Grayscale: #3C3C3C. Windows color (decimal): -10670039 or 2699357. OLE color: 2699357.

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

Color convert

RGB934841-
CMYK00.480.560.64
HSL8.08º38.81%26.27%-
HSV(B)8.08º55.91%36.47%-
XYZ5.974.62.67-
YUV60.66116.91151.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 51.10%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=51.10%
G=26.37%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93484100.480.560.648.0838.8126.27
Hex5D302903038408271a
Octal135605106070100104732
Binary101110111000010100101100001110001000000100010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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