Html Css Color HEX #8E602E Rusty Nail

📋 copy color: '#8E602E'

red 142 ◦ green 96 ◦ blue 46

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

Shades of Rusty Nail #8E602E

Tints of Rusty Nail #8E602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 50%
G = 33.8%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E602E (or 0x8E602E) is known color: Rusty Nail. HEX triplet: 8E, 60 and 2E. RGB value is (142,96,46). Sum of RGB (Red+Green+Blue) = 142+96+46=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E602E is #719FD1. Grayscale: #686868. Windows color (decimal): -7446482 or 3039374. OLE color: 3039374.

HSL color Cylindrical-coordinate representation of color #8E602E: hue angle of 31.25º degrees, saturation: 0.51, 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 #8E602E is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 46 -
CMYK 0 0.32 0.68 0.44
HSL 31.25º 0.51% 0.37% -
HSV(B) 31.25º 0.68% 0.56% -
XYZ 15.83 14.31 4.51 -
YUV 104.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 142 96 46 0 0.32 0.68 0.44 31.25 0.51 0.37
Hex 8E 60 2E 0 20 44 2C 1F 33 25
Octal 216 140 56 0 40 104 54 37 63 45
Binary 10001110 1100000 101110 0 100000 1000100 101100 11111 110011 100101

Color Harmonies of #8E602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E602E

Black with #8E602E

Text Example


Text Example

White with #8E602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,46); }

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

background-color css

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

 a { background-color: rgb(142,96,46); }

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

border-color css

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

 span { border-color: rgb(142,96,46); }

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