Html Css Color HEX #896330 Rusty Nail

📋 copy color: '#896330'

red 137 ◦ green 99 ◦ blue 48

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

Shades of Rusty Nail #896330

Tints of Rusty Nail #896330

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 48.24%
G = 34.86%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#896330 (or 0x896330) is known color: Rusty Nail. HEX triplet: 89, 63 and 30. RGB value is (137,99,48). Sum of RGB (Red+Green+Blue) = 137+99+48=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #896330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896330 is #769CCF. Grayscale: #686868. Windows color (decimal): -7773392 or 3171209. OLE color: 3171209.

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

Color convert

RGB 137 99 48 -
CMYK 0 0.28 0.65 0.46
HSL 34.38º 0.48% 0.36% -
HSV(B) 34.38º 0.65% 0.54% -
XYZ 15.31 14.46 4.78 -
YUV 104.55 96.09 151.15 -
System Red Green Blue C M Y K H S L
Decimal 137 99 48 0 0.28 0.65 0.46 34.38 0.48 0.36
Hex 89 63 30 0 1C 41 2E 22 30 24
Octal 211 143 60 0 34 101 56 42 60 44
Binary 10001001 1100011 110000 0 11100 1000001 101110 100010 110000 100100

Color Harmonies of #896330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896330

Black with #896330

Text Example


Text Example

White with #896330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896330; }

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

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

background-color css

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

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

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

border-color css

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

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

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