Html Css Color HEX #89642C Rusty Nail

📋 copy color: '#89642C'

red 137 ◦ green 100 ◦ blue 44

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

Shades of Rusty Nail #89642C

Tints of Rusty Nail #89642C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 48.75%
G = 35.59%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89642C (or 0x89642C) is known color: Rusty Nail. HEX triplet: 89, 64 and 2C. RGB value is (137,100,44). Sum of RGB (Red+Green+Blue) = 137+100+44=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89642C is #769BD3. Grayscale: #686868. Windows color (decimal): -7773140 or 2909321. OLE color: 2909321.

HSL color Cylindrical-coordinate representation of color #89642C: hue angle of 36.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89642C is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 44 -
CMYK 0 0.27 0.68 0.46
HSL 36.13º 0.51% 0.35% -
HSV(B) 36.13º 0.68% 0.54% -
XYZ 15.33 14.61 4.4 -
YUV 104.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 137 100 44 0 0.27 0.68 0.46 36.13 0.51 0.35
Hex 89 64 2C 0 1B 44 2E 24 33 23
Octal 211 144 54 0 33 104 56 44 63 43
Binary 10001001 1100100 101100 0 11011 1000100 101110 100100 110011 100011

Color Harmonies of #89642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89642C

Black with #89642C

Text Example


Text Example

White with #89642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89642C; }

 p { color: rgb(137,100,44); }

 H1.HeaderClassName
 {
   color: #89642C;
 }
 .AnyTagClassName
 {
   color: #89642C;
 }
</style>

background-color css

<style>
 a { background-color: #89642C; }

 a { background-color: rgb(137,100,44); }

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

border-color css

<style>
 span { border-color: #89642C; }

 span { border-color: rgb(137,100,44); }

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