Html Css Color HEX #875F32 Rusty Nail

📋 copy color: '#875F32'

red 135 ◦ green 95 ◦ blue 50

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

Shades of Rusty Nail #875F32

Tints of Rusty Nail #875F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 48.21%
G = 33.93%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#875F32 (or 0x875F32) is known color: Rusty Nail. HEX triplet: 87, 5F and 32. RGB value is (135,95,50). Sum of RGB (Red+Green+Blue) = 135+95+50=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #875F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F32 is #78A0CD. Grayscale: #666666. Windows color (decimal): -7905486 or 3301255. OLE color: 3301255.

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

Color convert

RGB 135 95 50 -
CMYK 0 0.30 0.63 0.47
HSL 31.76º 0.46% 0.36% -
HSV(B) 31.76º 0.63% 0.53% -
XYZ 14.66 13.57 4.86 -
YUV 101.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 135 95 50 0 0.30 0.63 0.47 31.76 0.46 0.36
Hex 87 5F 32 0 1E 3F 2F 20 2E 24
Octal 207 137 62 0 36 77 57 40 56 44
Binary 10000111 1011111 110010 0 11110 111111 101111 100000 101110 100100

Color Harmonies of #875F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F32

Black with #875F32

Text Example


Text Example

White with #875F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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