#876330

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

Shades of Rusty Nail #876330

Tints of Rusty Nail #876330

Color information

#876330 (or 0x876330) is unknown color: approx Rusty Nail. HEX triplet: 87, 63 and 30. RGB value is (135,99,48). Sum of RGB (Red+Green+Blue) = 135+99+48=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #876330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876330 is #789CCF. Grayscale: #686868. Windows color (decimal): -7904464 or 3171207. OLE color: 3171207.

HSL color Cylindrical-coordinate representation of color #876330: hue angle of 35.17º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #876330 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1359948-
CMYK00.270.640.47
HSL35.17º47.54%35.88%-
HSV(B)35.17º64.44%52.94%-
XYZ14.9914.294.76-
YUV103.9596.43150.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=47.87%
G=35.11%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135994800.270.640.4735.1747.5435.88
Hex87633001B402F233024
Octal2071436003310057436044
Binary1000011111000111100000110111000000101111100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876330; }

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

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

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

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

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

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

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

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