Html Css Color HEX #895E2D Rusty Nail

📋 copy color: '#895E2D'

red 137 ◦ green 94 ◦ blue 45

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

Shades of Rusty Nail #895E2D

Tints of Rusty Nail #895E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 49.64%
G = 34.06%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#895E2D (or 0x895E2D) is known color: Rusty Nail. HEX triplet: 89, 5E and 2D. RGB value is (137,94,45). Sum of RGB (Red+Green+Blue) = 137+94+45=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #895E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E2D is #76A1D2. Grayscale: #656565. Windows color (decimal): -7774675 or 2973321. OLE color: 2973321.

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

Color convert

RGB 137 94 45 -
CMYK 0 0.31 0.67 0.46
HSL 31.96º 0.51% 0.36% -
HSV(B) 31.96º 0.67% 0.54% -
XYZ 14.79 13.51 4.31 -
YUV 101.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 137 94 45 0 0.31 0.67 0.46 31.96 0.51 0.36
Hex 89 5E 2D 0 1F 43 2E 20 33 24
Octal 211 136 55 0 37 103 56 40 63 44
Binary 10001001 1011110 101101 0 11111 1000011 101110 100000 110011 100100

Color Harmonies of #895E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E2D

Black with #895E2D

Text Example


Text Example

White with #895E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,94,45); }

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

background-color css

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

 a { background-color: rgb(137,94,45); }

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

border-color css

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

 span { border-color: rgb(137,94,45); }

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