Html Css Color HEX #875E2F Rusty Nail

📋 copy color: '#875E2F'

red 135 ◦ green 94 ◦ blue 47

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

Shades of Rusty Nail #875E2F

Tints of Rusty Nail #875E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 48.91%
G = 34.06%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#875E2F (or 0x875E2F) is known color: Rusty Nail. HEX triplet: 87, 5E and 2F. RGB value is (135,94,47). Sum of RGB (Red+Green+Blue) = 135+94+47=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #875E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E2F is #78A1D0. Grayscale: #656565. Windows color (decimal): -7905745 or 3104391. OLE color: 3104391.

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

Color convert

RGB 135 94 47 -
CMYK 0 0.30 0.65 0.47
HSL 32.05º 0.48% 0.36% -
HSV(B) 32.05º 0.65% 0.53% -
XYZ 14.51 13.36 4.5 -
YUV 100.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 135 94 47 0 0.30 0.65 0.47 32.05 0.48 0.36
Hex 87 5E 2F 0 1E 41 2F 20 30 24
Octal 207 136 57 0 36 101 57 40 60 44
Binary 10000111 1011110 101111 0 11110 1000001 101111 100000 110000 100100

Color Harmonies of #875E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E2F

Black with #875E2F

Text Example


Text Example

White with #875E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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