Html Css Color HEX #895C2E Rusty Nail

📋 copy color: '#895C2E'

red 137 ◦ green 92 ◦ blue 46

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

Shades of Rusty Nail #895C2E

Tints of Rusty Nail #895C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 49.82%
G = 33.45%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#895C2E (or 0x895C2E) is known color: Rusty Nail. HEX triplet: 89, 5C and 2E. RGB value is (137,92,46). Sum of RGB (Red+Green+Blue) = 137+92+46=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C2E is #76A3D1. Grayscale: #646464. Windows color (decimal): -7775186 or 3038345. OLE color: 3038345.

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

Color convert

RGB 137 92 46 -
CMYK 0 0.33 0.66 0.46
HSL 30.33º 0.5% 0.36% -
HSV(B) 30.33º 0.66% 0.54% -
XYZ 14.64 13.17 4.36 -
YUV 100.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 137 92 46 0 0.33 0.66 0.46 30.33 0.5 0.36
Hex 89 5C 2E 0 21 42 2E 1E 32 24
Octal 211 134 56 0 41 102 56 36 62 44
Binary 10001001 1011100 101110 0 100001 1000010 101110 11110 110010 100100

Color Harmonies of #895C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C2E

Black with #895C2E

Text Example


Text Example

White with #895C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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