Html Css Color HEX #8D5A32 Rusty Nail

📋 copy color: '#8D5A32'

red 141 ◦ green 90 ◦ blue 50

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

Shades of Rusty Nail #8D5A32

Tints of Rusty Nail #8D5A32

RGB

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

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

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

R = 50.18%
G = 32.03%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D5A32 (or 0x8D5A32) is known color: Rusty Nail. HEX triplet: 8D, 5A and 32. RGB value is (141,90,50). Sum of RGB (Red+Green+Blue) = 141+90+50=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A32 is #72A5CD. Grayscale: #646464. Windows color (decimal): -7513550 or 3299981. OLE color: 3299981.

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

Color convert

RGB 141 90 50 -
CMYK 0 0.36 0.65 0.45
HSL 26.37º 0.48% 0.37% -
HSV(B) 26.37º 0.65% 0.55% -
XYZ 15.22 13.21 4.76 -
YUV 100.69 99.4 156.75 -
System Red Green Blue C M Y K H S L
Decimal 141 90 50 0 0.36 0.65 0.45 26.37 0.48 0.37
Hex 8D 5A 32 0 24 41 2D 1A 30 25
Octal 215 132 62 0 44 101 55 32 60 45
Binary 10001101 1011010 110010 0 100100 1000001 101101 11010 110000 100101

Color Harmonies of #8D5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5A32

Black with #8D5A32

Text Example


Text Example

White with #8D5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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