#853E3F

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

Shades of Stiletto #853E3F

Tints of Stiletto #853E3F

Color information

#853E3F (or 0x853E3F) is unknown color: approx Stiletto. HEX triplet: 85, 3E and 3F. RGB value is (133,62,63). Sum of RGB (Red+Green+Blue) = 133+62+63=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #853E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E3F is #7AC1C0. Grayscale: #535353. Windows color (decimal): -8044993 or 4144773. OLE color: 4144773.

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

Color convert

RGB1336263-
CMYK00.530.530.48
HSL359.15º36.41%38.24%-
HSV(B)359.15º53.38%52.16%-
XYZ12.298.795.75-
YUV83.34116.52163.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 63 (25% from 255) = 24.42%
R=51.55%
G=24.03%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133626300.530.530.48359.1536.4138.24
Hex853E3F03535301672426
Octal205767706565605474446
Binary100001011111101111110110101110101110000101100111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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