Html Css Color HEX #875F2A Rusty Nail

📋 copy color: '#875F2A'

red 135 ◦ green 95 ◦ blue 42

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

Shades of Rusty Nail #875F2A

Tints of Rusty Nail #875F2A

RGB

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

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

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

R = 49.63%
G = 34.93%
B = 15.44%

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

#875F2A (or 0x875F2A) is known color: Rusty Nail. HEX triplet: 87, 5F and 2A. RGB value is (135,95,42). Sum of RGB (Red+Green+Blue) = 135+95+42=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #875F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F2A is #78A0D5. Grayscale: #656565. Windows color (decimal): -7905494 or 2776967. OLE color: 2776967.

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

Color convert

RGB 135 95 42 -
CMYK 0 0.30 0.69 0.47
HSL 34.19º 0.53% 0.35% -
HSV(B) 34.19º 0.69% 0.53% -
XYZ 14.5 13.5 4.03 -
YUV 100.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 135 95 42 0 0.30 0.69 0.47 34.19 0.53 0.35
Hex 87 5F 2A 0 1E 45 2F 22 35 23
Octal 207 137 52 0 36 105 57 42 65 43
Binary 10000111 1011111 101010 0 11110 1000101 101111 100010 110101 100011

Color Harmonies of #875F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F2A

Black with #875F2A

Text Example


Text Example

White with #875F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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