Html Css Color HEX #8E5E2F Rusty Nail

📋 copy color: '#8E5E2F'

red 142 ◦ green 94 ◦ blue 47

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

Shades of Rusty Nail #8E5E2F

Tints of Rusty Nail #8E5E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 50.18%
G = 33.22%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#8E5E2F (or 0x8E5E2F) is known color: Rusty Nail. HEX triplet: 8E, 5E and 2F. RGB value is (142,94,47). Sum of RGB (Red+Green+Blue) = 142+94+47=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E2F is #71A1D0. Grayscale: #676767. Windows color (decimal): -7446993 or 3104398. OLE color: 3104398.

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

Color convert

RGB 142 94 47 -
CMYK 0 0.34 0.67 0.44
HSL 29.68º 0.5% 0.37% -
HSV(B) 29.68º 0.67% 0.56% -
XYZ 15.67 13.96 4.56 -
YUV 102.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 142 94 47 0 0.34 0.67 0.44 29.68 0.5 0.37
Hex 8E 5E 2F 0 22 43 2C 1E 32 25
Octal 216 136 57 0 42 103 54 36 62 45
Binary 10001110 1011110 101111 0 100010 1000011 101100 11110 110010 100101

Color Harmonies of #8E5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E2F

Black with #8E5E2F

Text Example


Text Example

White with #8E5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,47); }

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

background-color css

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

 a { background-color: rgb(142,94,47); }

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

border-color css

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

 span { border-color: rgb(142,94,47); }

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