#89642d

Color #89642D Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #89642D

Tints of Rusty Nail #89642D

Color information

#89642D (or 0x89642D) is unknown color: approx Rusty Nail. HEX triplet: 89, 64 and 2D. RGB value is (137,100,45). Sum of RGB (Red+Green+Blue) = 137+100+45=282 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.58% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 137 - color contains mainly: red. Hex color #89642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89642D is #769BD2. Grayscale: #696969. Windows color (decimal): -7773139 or 2974857. OLE color: 2974857.

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

Color convert

RGB13710045-
CMYK00.270.670.46
HSL35.87º50.55%35.69%-
HSV(B)35.87º67.15%53.73%-
XYZ15.3514.624.5-
YUV104.7994.26150.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.58%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=48.58%
G=35.46%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371004500.270.670.4635.8750.5535.69
Hex89642D01B432E243324
Octal2111445503310356446344
Binary1000100111001001011010110111000011101110100100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89642d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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