#876030

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

Shades of Rusty Nail #876030

Tints of Rusty Nail #876030

Color information

#876030 (or 0x876030) is unknown color: approx Rusty Nail. HEX triplet: 87, 60 and 30. RGB value is (135,96,48). Sum of RGB (Red+Green+Blue) = 135+96+48=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #876030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876030 is #789FCF. Grayscale: #666666. Windows color (decimal): -7905232 or 3170439. OLE color: 3170439.

HSL color Cylindrical-coordinate representation of color #876030: hue angle of 33.1º 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 #876030 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1359648-
CMYK00.290.640.47
HSL33.1º47.54%35.88%-
HSV(B)33.1º64.44%52.94%-
XYZ14.7113.734.67-
YUV102.1997.42151.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=48.39%
G=34.41%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135964800.290.640.4733.147.5435.88
Hex87603001D402F213024
Octal2071406003510057416044
Binary1000011111000001100000111011000000101111100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876030; }

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

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

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

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

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

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

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

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