Html Css Color HEX #8D5A2C Rusty Nail

📋 copy color: '#8D5A2C'

red 141 ◦ green 90 ◦ blue 44

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

Shades of Rusty Nail #8D5A2C

Tints of Rusty Nail #8D5A2C

RGB

 RED value IS 141 (55.47% from 255) = 51.27%

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 51.27%
G = 32.73%
B = 16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D5A2C (or 0x8D5A2C) is known color: Rusty Nail. HEX triplet: 8D, 5A and 2C. RGB value is (141,90,44). Sum of RGB (Red+Green+Blue) = 141+90+44=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A2C is #72A5D3. Grayscale: #646464. Windows color (decimal): -7513556 or 2906765. OLE color: 2906765.

HSL color Cylindrical-coordinate representation of color #8D5A2C: hue angle of 28.45º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D5A2C is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 90 44 -
CMYK 0 0.36 0.69 0.45
HSL 28.45º 0.52% 0.36% -
HSV(B) 28.45º 0.69% 0.55% -
XYZ 15.1 13.16 4.13 -
YUV 100.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 141 90 44 0 0.36 0.69 0.45 28.45 0.52 0.36
Hex 8D 5A 2C 0 24 45 2D 1C 34 24
Octal 215 132 54 0 44 105 55 34 64 44
Binary 10001101 1011010 101100 0 100100 1000101 101101 11100 110100 100100

Color Harmonies of #8D5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5A2C

Black with #8D5A2C

Text Example


Text Example

White with #8D5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,44); }

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

background-color css

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

 a { background-color: rgb(141,90,44); }

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

border-color css

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

 span { border-color: rgb(141,90,44); }

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