Html Css Color HEX #875831 Rusty Nail

📋 copy color: '#875831'

red 135 ◦ green 88 ◦ blue 49

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

Shades of Rusty Nail #875831

Tints of Rusty Nail #875831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 49.63%
G = 32.35%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875831 (or 0x875831) is known color: Rusty Nail. HEX triplet: 87, 58 and 31. RGB value is (135,88,49). Sum of RGB (Red+Green+Blue) = 135+88+49=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #875831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875831 is #78A7CE. Grayscale: #616161. Windows color (decimal): -7907279 or 3233927. OLE color: 3233927.

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

Color convert

RGB 135 88 49 -
CMYK 0 0.35 0.64 0.47
HSL 27.21º 0.47% 0.36% -
HSV(B) 27.21º 0.64% 0.53% -
XYZ 14.04 12.35 4.55 -
YUV 97.61 100.57 154.67 -
System Red Green Blue C M Y K H S L
Decimal 135 88 49 0 0.35 0.64 0.47 27.21 0.47 0.36
Hex 87 58 31 0 23 40 2F 1B 2F 24
Octal 207 130 61 0 43 100 57 33 57 44
Binary 10000111 1011000 110001 0 100011 1000000 101111 11011 101111 100100

Color Harmonies of #875831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875831

Black with #875831

Text Example


Text Example

White with #875831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875831; }

 p { color: rgb(135,88,49); }

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

background-color css

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

 a { background-color: rgb(135,88,49); }

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

border-color css

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

 span { border-color: rgb(135,88,49); }

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