#875E30

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

Shades of Rusty Nail #875E30

Tints of Rusty Nail #875E30

Color information

#875E30 (or 0x875E30) is unknown color: approx Rusty Nail. HEX triplet: 87, 5E and 30. RGB value is (135,94,48). Sum of RGB (Red+Green+Blue) = 135+94+48=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #875E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E30 is #78A1CF. Grayscale: #656565. Windows color (decimal): -7905744 or 3169927. OLE color: 3169927.

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

Color convert

RGB1359448-
CMYK00.300.640.47
HSL31.72º47.54%35.88%-
HSV(B)31.72º64.44%52.94%-
XYZ14.5313.374.61-
YUV101.0198.08152.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=48.74%
G=33.94%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135944800.300.640.4731.7247.5435.88
Hex875E3001E402F203024
Octal2071366003610057406044
Binary1000011110111101100000111101000000101111100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E30; }

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

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

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

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

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

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

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

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