Html Css Color HEX #8E6531 Rusty Nail

📋 copy color: '#8E6531'

red 142 ◦ green 101 ◦ blue 49

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

Shades of Rusty Nail #8E6531

Tints of Rusty Nail #8E6531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 48.63%
G = 34.59%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E6531 (or 0x8E6531) is known color: Rusty Nail. HEX triplet: 8E, 65 and 31. RGB value is (142,101,49). Sum of RGB (Red+Green+Blue) = 142+101+49=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6531 is #719ACE. Grayscale: #6B6B6B. Windows color (decimal): -7445199 or 3237262. OLE color: 3237262.

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

Color convert

RGB 142 101 49 -
CMYK 0 0.29 0.65 0.44
HSL 33.55º 0.49% 0.37% -
HSV(B) 33.55º 0.65% 0.56% -
XYZ 16.36 15.28 4.99 -
YUV 107.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 142 101 49 0 0.29 0.65 0.44 33.55 0.49 0.37
Hex 8E 65 31 0 1D 41 2C 22 31 25
Octal 216 145 61 0 35 101 54 42 61 45
Binary 10001110 1100101 110001 0 11101 1000001 101100 100010 110001 100101

Color Harmonies of #8E6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6531

Black with #8E6531

Text Example


Text Example

White with #8E6531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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