Html Css Color HEX #8E5931 Rusty Nail

📋 copy color: '#8E5931'

red 142 ◦ green 89 ◦ blue 49

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

Shades of Rusty Nail #8E5931

Tints of Rusty Nail #8E5931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 50.71%
G = 31.79%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E5931 (or 0x8E5931) is known color: Rusty Nail. HEX triplet: 8E, 59 and 31. RGB value is (142,89,49). Sum of RGB (Red+Green+Blue) = 142+89+49=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5931 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5931 is #71A6CE. Grayscale: #646464. Windows color (decimal): -7448271 or 3234190. OLE color: 3234190.

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

Color convert

RGB 142 89 49 -
CMYK 0 0.37 0.65 0.44
HSL 25.81º 0.49% 0.37% -
HSV(B) 25.81º 0.65% 0.56% -
XYZ 15.28 13.12 4.63 -
YUV 100.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 142 89 49 0 0.37 0.65 0.44 25.81 0.49 0.37
Hex 8E 59 31 0 25 41 2C 1A 31 25
Octal 216 131 61 0 45 101 54 32 61 45
Binary 10001110 1011001 110001 0 100101 1000001 101100 11010 110001 100101

Color Harmonies of #8E5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5931

Black with #8E5931

Text Example


Text Example

White with #8E5931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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