Html Css Color HEX #895B2C Rusty Nail

📋 copy color: '#895B2C'

red 137 ◦ green 91 ◦ blue 44

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

Shades of Rusty Nail #895B2C

Tints of Rusty Nail #895B2C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 50.37%
G = 33.46%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#895B2C (or 0x895B2C) is known color: Rusty Nail. HEX triplet: 89, 5B and 2C. RGB value is (137,91,44). Sum of RGB (Red+Green+Blue) = 137+91+44=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #895B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895B2C is #76A4D3. Grayscale: #636363. Windows color (decimal): -7775444 or 2907017. OLE color: 2907017.

HSL color Cylindrical-coordinate representation of color #895B2C: hue angle of 30.32º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #895B2C is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 91 44 -
CMYK 0 0.34 0.68 0.46
HSL 30.32º 0.51% 0.35% -
HSV(B) 30.32º 0.68% 0.54% -
XYZ 14.51 12.98 4.12 -
YUV 99.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 137 91 44 0 0.34 0.68 0.46 30.32 0.51 0.35
Hex 89 5B 2C 0 22 44 2E 1E 33 23
Octal 211 133 54 0 42 104 56 36 63 43
Binary 10001001 1011011 101100 0 100010 1000100 101110 11110 110011 100011

Color Harmonies of #895B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B2C

Black with #895B2C

Text Example


Text Example

White with #895B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895B2C; }

 p { color: rgb(137,91,44); }

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

background-color css

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

 a { background-color: rgb(137,91,44); }

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

border-color css

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

 span { border-color: rgb(137,91,44); }

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