#853E46

Color #853E46 Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #853E46

Tints of Stiletto #853E46

Color information

#853E46 (or 0x853E46) is unknown color: approx Stiletto. HEX triplet: 85, 3E and 46. RGB value is (133,62,70). Sum of RGB (Red+Green+Blue) = 133+62+70=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #853E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E46 is #7AC1B9. Grayscale: #545454. Windows color (decimal): -8044986 or 4603525. OLE color: 4603525.

HSL color Cylindrical-coordinate representation of color #853E46: hue angle of 353.24º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853E46 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1336270-
CMYK00.530.470.48
HSL353.24º36.41%38.24%-
HSV(B)353.24º53.38%52.16%-
XYZ12.58.876.85-
YUV84.14120.02162.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=50.19%
G=23.40%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133627000.530.470.48353.2436.4138.24
Hex853E460352F301612426
Octal2057610606557605414446
Binary1000010111111010001100110101101111110000101100001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853E46; }

 p { color: rgb(133,62,70); }

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

<style>
 a { background-color: #853E46; }

 a { background-color: rgb(133,62,70); }

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

<style>
 span { border-color: #853E46; }

 span { border-color: rgb(133,62,70); }

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