#853A3E

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

Shades of Stiletto #853A3E

Tints of Stiletto #853A3E

Color information

#853A3E (or 0x853A3E) is unknown color: approx Stiletto. HEX triplet: 85, 3A and 3E. RGB value is (133,58,62). Sum of RGB (Red+Green+Blue) = 133+58+62=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #853A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A3E is #7AC5C1. Grayscale: #505050. Windows color (decimal): -8046018 or 4078213. OLE color: 4078213.

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

Color convert

RGB1335862-
CMYK00.560.530.48
HSL356.8º39.27%37.45%-
HSV(B)356.8º56.39%52.16%-
XYZ12.068.365.54-
YUV80.88117.35165.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=52.57%
G=22.92%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133586200.560.530.48356.839.2737.45
Hex853A3E03835301652725
Octal205727607065605454745
Binary100001011110101111100111000110101110000101100101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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