#875C32

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

Shades of Rusty Nail #875C32

Tints of Rusty Nail #875C32

Color information

#875C32 (or 0x875C32) is unknown color: approx Rusty Nail. HEX triplet: 87, 5C and 32. RGB value is (135,92,50). Sum of RGB (Red+Green+Blue) = 135+92+50=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #875C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C32 is #78A3CD. Grayscale: #646464. Windows color (decimal): -7906254 or 3300487. OLE color: 3300487.

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

Color convert

RGB1359250-
CMYK00.320.630.47
HSL29.65º45.95%36.27%-
HSV(B)29.65º62.96%52.94%-
XYZ14.3913.044.78-
YUV100.0799.75152.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.74%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=48.74%
G=33.21%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135925000.320.630.4729.6545.9536.27
Hex875C320203F2F1e2e24
Octal207134620407757365644
Binary100001111011100110010010000011111110111111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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