#5D312B

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

Shades of Redwood #5D312B

Tints of Redwood #5D312B

Color information

#5D312B (or 0x5D312B) is unknown color: approx Redwood. HEX triplet: 5D, 31 and 2B. RGB value is (93,49,43). Sum of RGB (Red+Green+Blue) = 93+49+43=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D312B is #A2CED4. Grayscale: #3D3D3D. Windows color (decimal): -10669781 or 2830685. OLE color: 2830685.

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

Color convert

RGB934943-
CMYK00.470.540.64
HSL7.2º36.76%26.67%-
HSV(B)7.2º53.76%36.47%-
XYZ6.054.72.87-
YUV61.47117.58150.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.27%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=50.27%
G=26.49%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93494300.470.540.647.236.7626.67
Hex5D312B02F36407251b
Octal13561530576610074533
Binary10111011100011010110101111110110100000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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