Html Css Color HEX #896131 Rusty Nail

📋 copy color: '#896131'

red 137 ◦ green 97 ◦ blue 49

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

Shades of Rusty Nail #896131

Tints of Rusty Nail #896131

RGB

 RED value IS 137 (53.91% from 255) = 48.41%

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 48.41%
G = 34.28%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#896131 (or 0x896131) is known color: Rusty Nail. HEX triplet: 89, 61 and 31. RGB value is (137,97,49). Sum of RGB (Red+Green+Blue) = 137+97+49=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #896131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896131 is #769ECE. Grayscale: #676767. Windows color (decimal): -7773903 or 3236233. OLE color: 3236233.

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

Color convert

RGB 137 97 49 -
CMYK 0 0.29 0.64 0.46
HSL 32.73º 0.47% 0.36% -
HSV(B) 32.73º 0.64% 0.54% -
XYZ 15.15 14.09 4.83 -
YUV 103.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 137 97 49 0 0.29 0.64 0.46 32.73 0.47 0.36
Hex 89 61 31 0 1D 40 2E 21 2F 24
Octal 211 141 61 0 35 100 56 41 57 44
Binary 10001001 1100001 110001 0 11101 1000000 101110 100001 101111 100100

Color Harmonies of #896131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896131

Black with #896131

Text Example


Text Example

White with #896131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896131; }

 p { color: rgb(137,97,49); }

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

background-color css

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

 a { background-color: rgb(137,97,49); }

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

border-color css

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

 span { border-color: rgb(137,97,49); }

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