Html Css Color HEX #8E592D Rusty Nail

📋 copy color: '#8E592D'

red 142 ◦ green 89 ◦ blue 45

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

Shades of Rusty Nail #8E592D

Tints of Rusty Nail #8E592D

RGB

 RED value IS 142 (55.86% from 255) = 51.45%

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

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

R = 51.45%
G = 32.25%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E592D (or 0x8E592D) is known color: Rusty Nail. HEX triplet: 8E, 59 and 2D. RGB value is (142,89,45). Sum of RGB (Red+Green+Blue) = 142+89+45=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E592D is #71A6D2. Grayscale: #646464. Windows color (decimal): -7448275 or 2972046. OLE color: 2972046.

HSL color Cylindrical-coordinate representation of color #8E592D: hue angle of 27.22º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E592D is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 89 45 -
CMYK 0 0.37 0.68 0.44
HSL 27.22º 0.52% 0.37% -
HSV(B) 27.22º 0.68% 0.56% -
XYZ 15.2 13.09 4.21 -
YUV 99.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 142 89 45 0 0.37 0.68 0.44 27.22 0.52 0.37
Hex 8E 59 2D 0 25 44 2C 1B 34 25
Octal 216 131 55 0 45 104 54 33 64 45
Binary 10001110 1011001 101101 0 100101 1000100 101100 11011 110100 100101

Color Harmonies of #8E592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E592D

Black with #8E592D

Text Example


Text Example

White with #8E592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E592D; }

 p { color: rgb(142,89,45); }

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

background-color css

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

 a { background-color: rgb(142,89,45); }

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

border-color css

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

 span { border-color: rgb(142,89,45); }

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