#896330

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

Shades of Rusty Nail #896330

Tints of Rusty Nail #896330

Color information

#896330 (or 0x896330) is unknown color: approx Rusty Nail. HEX triplet: 89, 63 and 30. RGB value is (137,99,48). Sum of RGB (Red+Green+Blue) = 137+99+48=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #896330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896330 is #769CCF. Grayscale: #686868. Windows color (decimal): -7773392 or 3171209. OLE color: 3171209.

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

Color convert

RGB1379948-
CMYK00.280.650.46
HSL34.38º48.11%36.27%-
HSV(B)34.38º64.96%53.73%-
XYZ15.3114.464.78-
YUV104.5596.09151.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=48.24%
G=34.86%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137994800.280.650.4634.3848.1136.27
Hex89633001C412E223024
Octal2111436003410156426044
Binary1000100111000111100000111001000001101110100010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896330; }

 p { color: rgb(137,99,48); }

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

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

 a { background-color: rgb(137,99,48); }

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

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

 span { border-color: rgb(137,99,48); }

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