#5F3C35

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

Shades of Redwood #5F3C35

Tints of Redwood #5F3C35

Color information

#5F3C35 (or 0x5F3C35) is unknown color: approx Redwood. HEX triplet: 5F, 3C and 35. RGB value is (95,60,53). Sum of RGB (Red+Green+Blue) = 95+60+53=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3C35 is #A0C3CA. Grayscale: #454545. Windows color (decimal): -10535883 or 3488863. OLE color: 3488863.

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

Color convert

RGB956053-
CMYK00.370.440.63
HSL10º28.38%29.02%-
HSV(B)10º44.21%37.25%-
XYZ6.985.924.14-
YUV69.67118.6146.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.67%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=45.67%
G=28.85%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95605300.370.440.631028.3829.02
Hex5F3C350252C3Fa1c1d
Octal13774650455477123435
Binary1011111111100110101010010110110011111110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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