#8E6330

Color #8E6330 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #8E6330

Tints of Rusty Nail #8E6330

Color information

#8E6330 (or 0x8E6330) is unknown color: approx Rusty Nail. HEX triplet: 8E, 63 and 30. RGB value is (142,99,48). Sum of RGB (Red+Green+Blue) = 142+99+48=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6330 is #719CCF. Grayscale: #6A6A6A. Windows color (decimal): -7445712 or 3171214. OLE color: 3171214.

HSL color Cylindrical-coordinate representation of color #8E6330: hue angle of 32.55º 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 #8E6330 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1429948-
CMYK00.300.660.44
HSL32.55º49.47%37.25%-
HSV(B)32.55º66.2%55.69%-
XYZ16.1514.894.82-
YUV106.0495.25153.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 48 (19.14% from 255) = 16.61%
R=49.13%
G=34.26%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142994800.300.660.4432.5549.4737.25
Hex8E633001E422C213125
Octal2161436003610254416145
Binary1000111011000111100000111101000010101100100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E6330;
 }
 .AnyTagClassName
 {
   color: #8E6330;
 }
</style>
background-color css

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

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

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

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

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

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