Html Css Color HEX #876032 Rusty Nail

📋 copy color: '#876032'

red 135 ◦ green 96 ◦ blue 50

#876032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rusty Nail #876032

Tints of Rusty Nail #876032

RGB

 RED value IS 135 (53.13% from 255) = 48.04%

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 48.04%
G = 34.16%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#876032 (or 0x876032) is known color: Rusty Nail. HEX triplet: 87, 60 and 32. RGB value is (135,96,50). Sum of RGB (Red+Green+Blue) = 135+96+50=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #876032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876032 is #789FCD. Grayscale: #666666. Windows color (decimal): -7905230 or 3301511. OLE color: 3301511.

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

Color convert

RGB 135 96 50 -
CMYK 0 0.29 0.63 0.47
HSL 32.47º 0.46% 0.36% -
HSV(B) 32.47º 0.63% 0.53% -
XYZ 14.75 13.75 4.89 -
YUV 102.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 135 96 50 0 0.29 0.63 0.47 32.47 0.46 0.36
Hex 87 60 32 0 1D 3F 2F 20 2E 24
Octal 207 140 62 0 35 77 57 40 56 44
Binary 10000111 1100000 110010 0 11101 111111 101111 100000 101110 100100

Color Harmonies of #876032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876032

Black with #876032

Text Example


Text Example

White with #876032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876032; }

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

 H1.HeaderClassName
 {
   color: #876032;
 }
 .AnyTagClassName
 {
   color: #876032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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