Html Css Color HEX #896030 Rusty Nail

📋 copy color: '#896030'

red 137 ◦ green 96 ◦ blue 48

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

Shades of Rusty Nail #896030

Tints of Rusty Nail #896030

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 48.75%
G = 34.16%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#896030 (or 0x896030) is known color: Rusty Nail. HEX triplet: 89, 60 and 30. RGB value is (137,96,48). Sum of RGB (Red+Green+Blue) = 137+96+48=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #896030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896030 is #769FCF. Grayscale: #676767. Windows color (decimal): -7774160 or 3170441. OLE color: 3170441.

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

Color convert

RGB 137 96 48 -
CMYK 0 0.30 0.65 0.46
HSL 32.36º 0.48% 0.36% -
HSV(B) 32.36º 0.65% 0.54% -
XYZ 15.03 13.9 4.69 -
YUV 102.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 137 96 48 0 0.30 0.65 0.46 32.36 0.48 0.36
Hex 89 60 30 0 1E 41 2E 20 30 24
Octal 211 140 60 0 36 101 56 40 60 44
Binary 10001001 1100000 110000 0 11110 1000001 101110 100000 110000 100100

Color Harmonies of #896030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896030

Black with #896030

Text Example


Text Example

White with #896030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896030; }

 p { color: rgb(137,96,48); }

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

background-color css

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

 a { background-color: rgb(137,96,48); }

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

border-color css

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

 span { border-color: rgb(137,96,48); }

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