Html Css Color HEX #895932 Rusty Nail

📋 copy color: '#895932'

red 137 ◦ green 89 ◦ blue 50

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

Shades of Rusty Nail #895932

Tints of Rusty Nail #895932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 49.64%
G = 32.25%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895932 (or 0x895932) is known color: Rusty Nail. HEX triplet: 89, 59 and 32. RGB value is (137,89,50). Sum of RGB (Red+Green+Blue) = 137+89+50=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #895932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895932 is #76A6CD. Grayscale: #636363. Windows color (decimal): -7775950 or 3299721. OLE color: 3299721.

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

Color convert

RGB 137 89 50 -
CMYK 0 0.35 0.64 0.46
HSL 26.9º 0.47% 0.37% -
HSV(B) 26.9º 0.64% 0.54% -
XYZ 14.46 12.69 4.71 -
YUV 98.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 137 89 50 0 0.35 0.64 0.46 26.9 0.47 0.37
Hex 89 59 32 0 23 40 2E 1B 2F 25
Octal 211 131 62 0 43 100 56 33 57 45
Binary 10001001 1011001 110010 0 100011 1000000 101110 11011 101111 100101

Color Harmonies of #895932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895932

Black with #895932

Text Example


Text Example

White with #895932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895932; }

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

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

background-color css

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

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

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

border-color css

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

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

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