Html Css Color HEX #896129 Rusty Nail

📋 copy color: '#896129'

red 137 ◦ green 97 ◦ blue 41

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

Shades of Rusty Nail #896129

Tints of Rusty Nail #896129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.91%

R = 49.82%
G = 35.27%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#896129 (or 0x896129) is known color: Rusty Nail. HEX triplet: 89, 61 and 29. RGB value is (137,97,41). Sum of RGB (Red+Green+Blue) = 137+97+41=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #896129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896129 is #769ED6. Grayscale: #666666. Windows color (decimal): -7773911 or 2711945. OLE color: 2711945.

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

Color convert

RGB 137 97 41 -
CMYK 0 0.29 0.70 0.46
HSL 35º 0.54% 0.35% -
HSV(B) 35º 0.7% 0.54% -
XYZ 14.99 14.03 4.02 -
YUV 102.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 137 97 41 0 0.29 0.70 0.46 35 0.54 0.35
Hex 89 61 29 0 1D 46 2E 23 36 23
Octal 211 141 51 0 35 106 56 43 66 43
Binary 10001001 1100001 101001 0 11101 1000110 101110 100011 110110 100011

Color Harmonies of #896129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896129

Black with #896129

Text Example


Text Example

White with #896129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896129; }

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

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

background-color css

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

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

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

border-color css

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

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

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