Html Css Color HEX #853D46 Stiletto

📋 copy color: '#853D46'

red 133 ◦ green 61 ◦ blue 70

#853D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #853D46

Tints of Stiletto #853D46

RGB

 RED value IS 133 (52.34% from 255) = 50.38%

 GREEN value IS 61 (24.22% from 255) = 23.11%

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 50.38%
G = 23.11%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#853D46 (or 0x853D46) is known color: Stiletto. HEX triplet: 85, 3D and 46. RGB value is (133,61,70). Sum of RGB (Red+Green+Blue) = 133+61+70=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D46 is #7AC2B9. Grayscale: #535353. Windows color (decimal): -8045242 or 4603269. OLE color: 4603269.

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

Color convert

RGB 133 61 70 -
CMYK 0 0.54 0.47 0.48
HSL 352.5º 0.37% 0.38% -
HSV(B) 352.5º 0.54% 0.52% -
XYZ 12.45 8.77 6.83 -
YUV 83.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 133 61 70 0 0.54 0.47 0.48 352.5 0.37 0.38
Hex 85 3D 46 0 36 2F 30 160 25 26
Octal 205 75 106 0 66 57 60 540 45 46
Binary 10000101 111101 1000110 0 110110 101111 110000 101100000 100101 100110

Color Harmonies of #853D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D46

Black with #853D46

Text Example


Text Example

White with #853D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #853D46;
 }
 .AnyTagClassName
 {
   color: #853D46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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