#896229

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

Shades of Rusty Nail #896229

Tints of Rusty Nail #896229

Color information

#896229 (or 0x896229) is unknown color: approx Rusty Nail. HEX triplet: 89, 62 and 29. RGB value is (137,98,41). Sum of RGB (Red+Green+Blue) = 137+98+41=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #896229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896229 is #769DD6. Grayscale: #676767. Windows color (decimal): -7773655 or 2712201. OLE color: 2712201.

HSL color Cylindrical-coordinate representation of color #896229: hue angle of 35.62º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #896229 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1379841-
CMYK00.280.700.46
HSL35.62º53.93%34.9%-
HSV(B)35.62º70.07%53.73%-
XYZ15.0814.214.05-
YUV103.1692.92152.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 41 (16.41% from 255) = 14.86%
R=49.64%
G=35.51%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137984100.280.700.4635.6253.9334.9
Hex89622901C462E243623
Octal2111425103410656446643
Binary1000100111000101010010111001000110101110100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896229; }

 p { color: rgb(137,98,41); }

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

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

 a { background-color: rgb(137,98,41); }

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

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

 span { border-color: rgb(137,98,41); }

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