#875D32

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

Shades of Rusty Nail #875D32

Tints of Rusty Nail #875D32

Color information

#875D32 (or 0x875D32) is unknown color: approx Rusty Nail. HEX triplet: 87, 5D and 32. RGB value is (135,93,50). Sum of RGB (Red+Green+Blue) = 135+93+50=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #875D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D32 is #78A2CD. Grayscale: #646464. Windows color (decimal): -7905998 or 3300743. OLE color: 3300743.

HSL color Cylindrical-coordinate representation of color #875D32: hue angle of 30.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875D32 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1359350-
CMYK00.310.630.47
HSL30.35º45.95%36.27%-
HSV(B)30.35º62.96%52.94%-
XYZ14.4813.214.8-
YUV100.6699.41152.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=48.56%
G=33.45%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135935000.310.630.4730.3545.9536.27
Hex875D3201F3F2F1e2e24
Octal207135620377757365644
Binary10000111101110111001001111111111110111111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,50); }

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

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

 a { background-color: rgb(135,93,50); }

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

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

 span { border-color: rgb(135,93,50); }

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