Html Css Color HEX #8D592C Rusty Nail

📋 copy color: '#8D592C'

red 141 ◦ green 89 ◦ blue 44

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

Shades of Rusty Nail #8D592C

Tints of Rusty Nail #8D592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

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

R = 51.46%
G = 32.48%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D592C (or 0x8D592C) is known color: Rusty Nail. HEX triplet: 8D, 59 and 2C. RGB value is (141,89,44). Sum of RGB (Red+Green+Blue) = 141+89+44=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D592C is #72A6D3. Grayscale: #636363. Windows color (decimal): -7513812 or 2906509. OLE color: 2906509.

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

Color convert

RGB 141 89 44 -
CMYK 0 0.37 0.69 0.45
HSL 27.84º 0.52% 0.36% -
HSV(B) 27.84º 0.69% 0.55% -
XYZ 15.01 12.99 4.1 -
YUV 99.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 141 89 44 0 0.37 0.69 0.45 27.84 0.52 0.36
Hex 8D 59 2C 0 25 45 2D 1C 34 24
Octal 215 131 54 0 45 105 55 34 64 44
Binary 10001101 1011001 101100 0 100101 1000101 101101 11100 110100 100100

Color Harmonies of #8D592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D592C

Black with #8D592C

Text Example


Text Example

White with #8D592C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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