#853E42

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

Shades of Stiletto #853E42

Tints of Stiletto #853E42

Color information

#853E42 (or 0x853E42) is unknown color: approx Stiletto. HEX triplet: 85, 3E and 42. RGB value is (133,62,66). Sum of RGB (Red+Green+Blue) = 133+62+66=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #853E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E42 is #7AC1BD. Grayscale: #535353. Windows color (decimal): -8044990 or 4341381. OLE color: 4341381.

HSL color Cylindrical-coordinate representation of color #853E42: hue angle of 356.62º 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 #853E42 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1336266-
CMYK00.530.500.48
HSL356.62º36.41%38.24%-
HSV(B)356.62º53.38%52.16%-
XYZ12.388.836.21-
YUV83.68118.02163.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 66 (26.17% from 255) = 25.29%
R=50.96%
G=23.75%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133626600.530.500.48356.6236.4138.24
Hex853E4203532301652426
Octal2057610206562605454446
Binary1000010111111010000100110101110010110000101100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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