Html Css Color HEX #8E6230 Rusty Nail

📋 copy color: '#8E6230'

red 142 ◦ green 98 ◦ blue 48

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

Shades of Rusty Nail #8E6230

Tints of Rusty Nail #8E6230

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.03%

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 49.31%
G = 34.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#8E6230 (or 0x8E6230) is known color: Rusty Nail. HEX triplet: 8E, 62 and 30. RGB value is (142,98,48). Sum of RGB (Red+Green+Blue) = 142+98+48=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6230 is #719DCF. Grayscale: #696969. Windows color (decimal): -7445968 or 3170958. OLE color: 3170958.

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

Color convert

RGB 142 98 48 -
CMYK 0 0.31 0.66 0.44
HSL 31.91º 0.49% 0.37% -
HSV(B) 31.91º 0.66% 0.56% -
XYZ 16.06 14.7 4.79 -
YUV 105.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 142 98 48 0 0.31 0.66 0.44 31.91 0.49 0.37
Hex 8E 62 30 0 1F 42 2C 20 31 25
Octal 216 142 60 0 37 102 54 40 61 45
Binary 10001110 1100010 110000 0 11111 1000010 101100 100000 110001 100101

Color Harmonies of #8E6230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6230

Black with #8E6230

Text Example


Text Example

White with #8E6230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,98,48); }

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

background-color css

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

 a { background-color: rgb(142,98,48); }

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

border-color css

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

 span { border-color: rgb(142,98,48); }

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