Html Css Color HEX #895930 Rusty Nail

📋 copy color: '#895930'

red 137 ◦ green 89 ◦ blue 48

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

Shades of Rusty Nail #895930

Tints of Rusty Nail #895930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

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

R = 50%
G = 32.48%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#895930 (or 0x895930) is known color: Rusty Nail. HEX triplet: 89, 59 and 30. RGB value is (137,89,48). Sum of RGB (Red+Green+Blue) = 137+89+48=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #895930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895930 is #76A6CF. Grayscale: #626262. Windows color (decimal): -7775952 or 3168649. OLE color: 3168649.

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

Color convert

RGB 137 89 48 -
CMYK 0 0.35 0.65 0.46
HSL 27.64º 0.48% 0.36% -
HSV(B) 27.64º 0.65% 0.54% -
XYZ 14.42 12.68 4.48 -
YUV 98.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 137 89 48 0 0.35 0.65 0.46 27.64 0.48 0.36
Hex 89 59 30 0 23 41 2E 1C 30 24
Octal 211 131 60 0 43 101 56 34 60 44
Binary 10001001 1011001 110000 0 100011 1000001 101110 11100 110000 100100

Color Harmonies of #895930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895930

Black with #895930

Text Example


Text Example

White with #895930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895930; }

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

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

background-color css

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

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

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

border-color css

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

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

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