Html Css Color HEX #8E5E2B Rusty Nail

📋 copy color: '#8E5E2B'

red 142 ◦ green 94 ◦ blue 43

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

Shades of Rusty Nail #8E5E2B

Tints of Rusty Nail #8E5E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 50.9%
G = 33.69%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E5E2B (or 0x8E5E2B) is known color: Rusty Nail. HEX triplet: 8E, 5E and 2B. RGB value is (142,94,43). Sum of RGB (Red+Green+Blue) = 142+94+43=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5E2B is #71A1D4. Grayscale: #666666. Windows color (decimal): -7446997 or 2842254. OLE color: 2842254.

HSL color Cylindrical-coordinate representation of color #8E5E2B: hue angle of 30.91º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E5E2B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 94 43 -
CMYK 0 0.34 0.70 0.44
HSL 30.91º 0.54% 0.36% -
HSV(B) 30.91º 0.7% 0.56% -
XYZ 15.59 13.93 4.15 -
YUV 102.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 142 94 43 0 0.34 0.70 0.44 30.91 0.54 0.36
Hex 8E 5E 2B 0 22 46 2C 1F 36 24
Octal 216 136 53 0 42 106 54 37 66 44
Binary 10001110 1011110 101011 0 100010 1000110 101100 11111 110110 100100

Color Harmonies of #8E5E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5E2B

Black with #8E5E2B

Text Example


Text Example

White with #8E5E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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