Html Css Color HEX #8E632E Rusty Nail

📋 copy color: '#8E632E'

red 142 ◦ green 99 ◦ blue 46

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

Shades of Rusty Nail #8E632E

Tints of Rusty Nail #8E632E

RGB

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

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

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

R = 49.48%
G = 34.49%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E632E (or 0x8E632E) is known color: Rusty Nail. HEX triplet: 8E, 63 and 2E. RGB value is (142,99,46). Sum of RGB (Red+Green+Blue) = 142+99+46=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E632E is #719CD1. Grayscale: #6A6A6A. Windows color (decimal): -7445714 or 3040142. OLE color: 3040142.

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

Color convert

RGB 142 99 46 -
CMYK 0 0.30 0.68 0.44
HSL 33.13º 0.51% 0.37% -
HSV(B) 33.13º 0.68% 0.56% -
XYZ 16.11 14.87 4.61 -
YUV 105.82 94.25 153.81 -
System Red Green Blue C M Y K H S L
Decimal 142 99 46 0 0.30 0.68 0.44 33.13 0.51 0.37
Hex 8E 63 2E 0 1E 44 2C 21 33 25
Octal 216 143 56 0 36 104 54 41 63 45
Binary 10001110 1100011 101110 0 11110 1000100 101100 100001 110011 100101

Color Harmonies of #8E632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E632E

Black with #8E632E

Text Example


Text Example

White with #8E632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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