Html Css Color HEX #8E6528 Rusty Nail

📋 copy color: '#8E6528'

red 142 ◦ green 101 ◦ blue 40

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

Shades of Rusty Nail #8E6528

Tints of Rusty Nail #8E6528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.69%

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 50.18%
G = 35.69%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E6528 (or 0x8E6528) is known color: Rusty Nail. HEX triplet: 8E, 65 and 28. RGB value is (142,101,40). Sum of RGB (Red+Green+Blue) = 142+101+40=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6528 is #719AD7. Grayscale: #6A6A6A. Windows color (decimal): -7445208 or 2647438. OLE color: 2647438.

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

Color convert

RGB 142 101 40 -
CMYK 0 0.29 0.72 0.44
HSL 35.88º 0.56% 0.36% -
HSV(B) 35.88º 0.72% 0.56% -
XYZ 16.19 15.21 4.09 -
YUV 106.31 90.58 153.46 -
System Red Green Blue C M Y K H S L
Decimal 142 101 40 0 0.29 0.72 0.44 35.88 0.56 0.36
Hex 8E 65 28 0 1D 48 2C 24 38 24
Octal 216 145 50 0 35 110 54 44 70 44
Binary 10001110 1100101 101000 0 11101 1001000 101100 100100 111000 100100

Color Harmonies of #8E6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6528

Black with #8E6528

Text Example


Text Example

White with #8E6528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,101,40); }

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

background-color css

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

 a { background-color: rgb(142,101,40); }

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

border-color css

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

 span { border-color: rgb(142,101,40); }

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