Html Css Color HEX #853C3D Stiletto

📋 copy color: '#853C3D'

red 133 ◦ green 60 ◦ blue 61

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

Shades of Stiletto #853C3D

Tints of Stiletto #853C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 61 (24.22% from 255) = 24.02%

R = 52.36%
G = 23.62%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#853C3D (or 0x853C3D) is known color: Stiletto. HEX triplet: 85, 3C and 3D. RGB value is (133,60,61). Sum of RGB (Red+Green+Blue) = 133+60+61=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #853C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C3D is #7AC3C2. Grayscale: #525252. Windows color (decimal): -8045507 or 4013189. OLE color: 4013189.

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

Color convert

RGB 133 60 61 -
CMYK 0 0.55 0.54 0.48
HSL 359.18º 0.38% 0.38% -
HSV(B) 359.18º 0.55% 0.52% -
XYZ 12.13 8.56 5.43 -
YUV 81.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 133 60 61 0 0.55 0.54 0.48 359.18 0.38 0.38
Hex 85 3C 3D 0 37 36 30 167 26 26
Octal 205 74 75 0 67 66 60 547 46 46
Binary 10000101 111100 111101 0 110111 110110 110000 101100111 100110 100110

Color Harmonies of #853C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C3D

Black with #853C3D

Text Example


Text Example

White with #853C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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