Html Css Color HEX #8E632C Rusty Nail

📋 copy color: '#8E632C'

red 142 ◦ green 99 ◦ blue 44

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

Shades of Rusty Nail #8E632C

Tints of Rusty Nail #8E632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 49.82%
G = 34.74%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E632C (or 0x8E632C) is known color: Rusty Nail. HEX triplet: 8E, 63 and 2C. RGB value is (142,99,44). Sum of RGB (Red+Green+Blue) = 142+99+44=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E632C is #719CD3. Grayscale: #696969. Windows color (decimal): -7445716 or 2909070. OLE color: 2909070.

HSL color Cylindrical-coordinate representation of color #8E632C: hue angle of 33.67º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E632C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 99 44 -
CMYK 0 0.30 0.69 0.44
HSL 33.67º 0.53% 0.36% -
HSV(B) 33.67º 0.69% 0.56% -
XYZ 16.07 14.86 4.4 -
YUV 105.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 142 99 44 0 0.30 0.69 0.44 33.67 0.53 0.36
Hex 8E 63 2C 0 1E 45 2C 22 35 24
Octal 216 143 54 0 36 105 54 42 65 44
Binary 10001110 1100011 101100 0 11110 1000101 101100 100010 110101 100100

Color Harmonies of #8E632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E632C

Black with #8E632C

Text Example


Text Example

White with #8E632C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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