Html Css Color HEX #893D3E Stiletto

📋 copy color: '#893D3E'

red 137 ◦ green 61 ◦ blue 62

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

Shades of Stiletto #893D3E

Tints of Stiletto #893D3E

RGB

 RED value IS 137 (53.91% from 255) = 52.69%

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

 BLUE value IS 62 (24.61% from 255) = 23.85%

R = 52.69%
G = 23.46%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#893D3E (or 0x893D3E) is known color: Stiletto. HEX triplet: 89, 3D and 3E. RGB value is (137,61,62). Sum of RGB (Red+Green+Blue) = 137+61+62=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #893D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893D3E is #76C2C1. Grayscale: #535353. Windows color (decimal): -7783106 or 4078985. OLE color: 4078985.

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

Color convert

RGB 137 61 62 -
CMYK 0 0.55 0.55 0.46
HSL 359.21º 0.38% 0.39% -
HSV(B) 359.21º 0.55% 0.54% -
XYZ 12.85 9 5.62 -
YUV 83.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 137 61 62 0 0.55 0.55 0.46 359.21 0.38 0.39
Hex 89 3D 3E 0 37 37 2E 167 26 27
Octal 211 75 76 0 67 67 56 547 46 47
Binary 10001001 111101 111110 0 110111 110111 101110 101100111 100110 100111

Color Harmonies of #893D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D3E

Black with #893D3E

Text Example


Text Example

White with #893D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893D3E; }

 p { color: rgb(137,61,62); }

 H1.HeaderClassName
 {
   color: #893D3E;
 }
 .AnyTagClassName
 {
   color: #893D3E;
 }
</style>

background-color css

<style>
 a { background-color: #893D3E; }

 a { background-color: rgb(137,61,62); }

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

border-color css

<style>
 span { border-color: #893D3E; }

 span { border-color: rgb(137,61,62); }

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