Html Css Color HEX #896028 Rusty Nail

📋 copy color: '#896028'

red 137 ◦ green 96 ◦ blue 40

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

Shades of Rusty Nail #896028

Tints of Rusty Nail #896028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 50.18%
G = 35.16%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#896028 (or 0x896028) is known color: Rusty Nail. HEX triplet: 89, 60 and 28. RGB value is (137,96,40). Sum of RGB (Red+Green+Blue) = 137+96+40=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #896028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896028 is #769FD7. Grayscale: #666666. Windows color (decimal): -7774168 or 2646153. OLE color: 2646153.

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

Color convert

RGB 137 96 40 -
CMYK 0 0.30 0.71 0.46
HSL 34.64º 0.55% 0.35% -
HSV(B) 34.64º 0.71% 0.54% -
XYZ 14.88 13.84 3.89 -
YUV 101.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 137 96 40 0 0.30 0.71 0.46 34.64 0.55 0.35
Hex 89 60 28 0 1E 47 2E 23 37 23
Octal 211 140 50 0 36 107 56 43 67 43
Binary 10001001 1100000 101000 0 11110 1000111 101110 100011 110111 100011

Color Harmonies of #896028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896028

Black with #896028

Text Example


Text Example

White with #896028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896028; }

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

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

background-color css

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

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

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

border-color css

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

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

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