Html Css Color HEX #895C29 Rusty Nail

📋 copy color: '#895C29'

red 137 ◦ green 92 ◦ blue 41

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

Shades of Rusty Nail #895C29

Tints of Rusty Nail #895C29

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.07%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 50.74%
G = 34.07%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#895C29 (or 0x895C29) is known color: Rusty Nail. HEX triplet: 89, 5C and 29. RGB value is (137,92,41). Sum of RGB (Red+Green+Blue) = 137+92+41=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #895C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C29 is #76A3D6. Grayscale: #636363. Windows color (decimal): -7775191 or 2710665. OLE color: 2710665.

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

Color convert

RGB 137 92 41 -
CMYK 0 0.33 0.70 0.46
HSL 31.88º 0.54% 0.35% -
HSV(B) 31.88º 0.7% 0.54% -
XYZ 14.54 13.13 3.87 -
YUV 99.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 137 92 41 0 0.33 0.70 0.46 31.88 0.54 0.35
Hex 89 5C 29 0 21 46 2E 20 36 23
Octal 211 134 51 0 41 106 56 40 66 43
Binary 10001001 1011100 101001 0 100001 1000110 101110 100000 110110 100011

Color Harmonies of #895C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C29

Black with #895C29

Text Example


Text Example

White with #895C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,41); }

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

background-color css

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

 a { background-color: rgb(137,92,41); }

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

border-color css

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

 span { border-color: rgb(137,92,41); }

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