Html Css Color HEX #8E5C2C Rusty Nail

📋 copy color: '#8E5C2C'

red 142 ◦ green 92 ◦ blue 44

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

Shades of Rusty Nail #8E5C2C

Tints of Rusty Nail #8E5C2C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

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

R = 51.08%
G = 33.09%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E5C2C (or 0x8E5C2C) is known color: Rusty Nail. HEX triplet: 8E, 5C and 2C. RGB value is (142,92,44). Sum of RGB (Red+Green+Blue) = 142+92+44=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5C2C is #71A3D3. Grayscale: #656565. Windows color (decimal): -7447508 or 2907278. OLE color: 2907278.

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

Color convert

RGB 142 92 44 -
CMYK 0 0.35 0.69 0.44
HSL 29.39º 0.53% 0.36% -
HSV(B) 29.39º 0.69% 0.56% -
XYZ 15.44 13.59 4.19 -
YUV 101.48 95.57 156.9 -
System Red Green Blue C M Y K H S L
Decimal 142 92 44 0 0.35 0.69 0.44 29.39 0.53 0.36
Hex 8E 5C 2C 0 23 45 2C 1D 35 24
Octal 216 134 54 0 43 105 54 35 65 44
Binary 10001110 1011100 101100 0 100011 1000101 101100 11101 110101 100100

Color Harmonies of #8E5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5C2C

Black with #8E5C2C

Text Example


Text Example

White with #8E5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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