Html Css Color HEX #875A2F Rusty Nail

📋 copy color: '#875A2F'

red 135 ◦ green 90 ◦ blue 47

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

Shades of Rusty Nail #875A2F

Tints of Rusty Nail #875A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 49.63%
G = 33.09%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#875A2F (or 0x875A2F) is known color: Rusty Nail. HEX triplet: 87, 5A and 2F. RGB value is (135,90,47). Sum of RGB (Red+Green+Blue) = 135+90+47=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #875A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A2F is #78A5D0. Grayscale: #626262. Windows color (decimal): -7906769 or 3103367. OLE color: 3103367.

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

Color convert

RGB 135 90 47 -
CMYK 0 0.33 0.65 0.47
HSL 29.32º 0.48% 0.36% -
HSV(B) 29.32º 0.65% 0.53% -
XYZ 14.16 12.67 4.39 -
YUV 98.55 98.91 154 -
System Red Green Blue C M Y K H S L
Decimal 135 90 47 0 0.33 0.65 0.47 29.32 0.48 0.36
Hex 87 5A 2F 0 21 41 2F 1D 30 24
Octal 207 132 57 0 41 101 57 35 60 44
Binary 10000111 1011010 101111 0 100001 1000001 101111 11101 110000 100100

Color Harmonies of #875A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A2F

Black with #875A2F

Text Example


Text Example

White with #875A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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