#5F352C

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

Shades of Redwood #5F352C

Tints of Redwood #5F352C

Color information

#5F352C (or 0x5F352C) is unknown color: approx Redwood. HEX triplet: 5F, 35 and 2C. RGB value is (95,53,44). Sum of RGB (Red+Green+Blue) = 95+53+44=192 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.48% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 95 - color contains mainly: red. Hex color #5F352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F352C is #A0CAD3. Grayscale: #404040. Windows color (decimal): -10537684 or 2897247. OLE color: 2897247.

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

Color convert

RGB955344-
CMYK00.440.540.63
HSL10.59º36.69%27.25%-
HSV(B)10.59º53.68%37.25%-
XYZ6.455.163.04-
YUV64.53116.41149.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.48%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=49.48%
G=27.60%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95534400.440.540.6310.5936.6927.25
Hex5F352C02C363Fb251b
Octal13765540546677134533
Binary10111111101011011000101100110110111111101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,44); }

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

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

 a { background-color: rgb(95,53,44); }

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

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

 span { border-color: rgb(95,53,44); }

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