Html Css Color HEX #875E2A Rusty Nail

📋 copy color: '#875E2A'

red 135 ◦ green 94 ◦ blue 42

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

Shades of Rusty Nail #875E2A

Tints of Rusty Nail #875E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 49.82%
G = 34.69%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#875E2A (or 0x875E2A) is known color: Rusty Nail. HEX triplet: 87, 5E and 2A. RGB value is (135,94,42). Sum of RGB (Red+Green+Blue) = 135+94+42=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #875E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E2A is #78A1D5. Grayscale: #646464. Windows color (decimal): -7905750 or 2776711. OLE color: 2776711.

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

Color convert

RGB 135 94 42 -
CMYK 0 0.30 0.69 0.47
HSL 33.55º 0.53% 0.35% -
HSV(B) 33.55º 0.69% 0.53% -
XYZ 14.41 13.32 4 -
YUV 100.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 135 94 42 0 0.30 0.69 0.47 33.55 0.53 0.35
Hex 87 5E 2A 0 1E 45 2F 22 35 23
Octal 207 136 52 0 36 105 57 42 65 43
Binary 10000111 1011110 101010 0 11110 1000101 101111 100010 110101 100011

Color Harmonies of #875E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E2A

Black with #875E2A

Text Example


Text Example

White with #875E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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