Html Css Color HEX #8E632B Rusty Nail

📋 copy color: '#8E632B'

red 142 ◦ green 99 ◦ blue 43

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

Shades of Rusty Nail #8E632B

Tints of Rusty Nail #8E632B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 50%
G = 34.86%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E632B (or 0x8E632B) is known color: Rusty Nail. HEX triplet: 8E, 63 and 2B. RGB value is (142,99,43). Sum of RGB (Red+Green+Blue) = 142+99+43=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E632B is #719CD4. Grayscale: #696969. Windows color (decimal): -7445717 or 2843534. OLE color: 2843534.

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

Color convert

RGB 142 99 43 -
CMYK 0 0.30 0.70 0.44
HSL 33.94º 0.54% 0.36% -
HSV(B) 33.94º 0.7% 0.56% -
XYZ 16.05 14.85 4.31 -
YUV 105.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 142 99 43 0 0.30 0.70 0.44 33.94 0.54 0.36
Hex 8E 63 2B 0 1E 46 2C 22 36 24
Octal 216 143 53 0 36 106 54 42 66 44
Binary 10001110 1100011 101011 0 11110 1000110 101100 100010 110110 100100

Color Harmonies of #8E632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E632B

Black with #8E632B

Text Example


Text Example

White with #8E632B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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