Html Css Color HEX #8D5E32 Rusty Nail

📋 copy color: '#8D5E32'

red 141 ◦ green 94 ◦ blue 50

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

Shades of Rusty Nail #8D5E32

Tints of Rusty Nail #8D5E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.98%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 49.47%
G = 32.98%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D5E32 (or 0x8D5E32) is known color: Rusty Nail. HEX triplet: 8D, 5E and 32. RGB value is (141,94,50). Sum of RGB (Red+Green+Blue) = 141+94+50=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E32 is #72A1CD. Grayscale: #676767. Windows color (decimal): -7512526 or 3301005. OLE color: 3301005.

HSL color Cylindrical-coordinate representation of color #8D5E32: hue angle of 29.01º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D5E32 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 94 50 -
CMYK 0 0.33 0.65 0.45
HSL 29.01º 0.48% 0.37% -
HSV(B) 29.01º 0.65% 0.55% -
XYZ 15.56 13.9 4.88 -
YUV 103.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 141 94 50 0 0.33 0.65 0.45 29.01 0.48 0.37
Hex 8D 5E 32 0 21 41 2D 1D 30 25
Octal 215 136 62 0 41 101 55 35 60 45
Binary 10001101 1011110 110010 0 100001 1000001 101101 11101 110000 100101

Color Harmonies of #8D5E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E32

Black with #8D5E32

Text Example


Text Example

White with #8D5E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,94,50); }

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

background-color css

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

 a { background-color: rgb(141,94,50); }

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

border-color css

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

 span { border-color: rgb(141,94,50); }

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