Html Css Color HEX #896431 Rusty Nail

📋 copy color: '#896431'

red 137 ◦ green 100 ◦ blue 49

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

Shades of Rusty Nail #896431

Tints of Rusty Nail #896431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 47.9%
G = 34.97%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#896431 (or 0x896431) is known color: Rusty Nail. HEX triplet: 89, 64 and 31. RGB value is (137,100,49). Sum of RGB (Red+Green+Blue) = 137+100+49=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #896431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896431 is #769BCE. Grayscale: #696969. Windows color (decimal): -7773135 or 3237001. OLE color: 3237001.

HSL color Cylindrical-coordinate representation of color #896431: hue angle of 34.77º 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 #896431 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 100 49 -
CMYK 0 0.27 0.64 0.46
HSL 34.77º 0.47% 0.36% -
HSV(B) 34.77º 0.64% 0.54% -
XYZ 15.43 14.65 4.92 -
YUV 105.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 137 100 49 0 0.27 0.64 0.46 34.77 0.47 0.36
Hex 89 64 31 0 1B 40 2E 23 2F 24
Octal 211 144 61 0 33 100 56 43 57 44
Binary 10001001 1100100 110001 0 11011 1000000 101110 100011 101111 100100

Color Harmonies of #896431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896431

Black with #896431

Text Example


Text Example

White with #896431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896431; }

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

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

background-color css

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

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

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

border-color css

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

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

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