#5C3531

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

Shades of Redwood #5C3531

Tints of Redwood #5C3531

Color information

#5C3531 (or 0x5C3531) is unknown color: approx Redwood. HEX triplet: 5C, 35 and 31. RGB value is (92,53,49). Sum of RGB (Red+Green+Blue) = 92+53+49=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3531 is #A3CACE. Grayscale: #404040. Windows color (decimal): -10734287 or 3224924. OLE color: 3224924.

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

Color convert

RGB925349-
CMYK00.420.470.64
HSL5.58º30.5%27.65%-
HSV(B)5.58º46.74%36.08%-
XYZ6.245.043.55-
YUV64.2119.42147.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.42%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=47.42%
G=27.32%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92534900.420.470.645.5830.527.65
Hex5C353102A2F4061e1c
Octal13465610525710063634
Binary1011100110101110001010101010111110000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,53,49); }

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

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

 a { background-color: rgb(92,53,49); }

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

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

 span { border-color: rgb(92,53,49); }

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