Html Css Color HEX #8D5D2F Rusty Nail

📋 copy color: '#8D5D2F'

red 141 ◦ green 93 ◦ blue 47

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

Shades of Rusty Nail #8D5D2F

Tints of Rusty Nail #8D5D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 47 (18.75% from 255) = 16.73%

R = 50.18%
G = 33.1%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D5D2F (or 0x8D5D2F) is known color: Rusty Nail. HEX triplet: 8D, 5D and 2F. RGB value is (141,93,47). Sum of RGB (Red+Green+Blue) = 141+93+47=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5D2F is #72A2D0. Grayscale: #666666. Windows color (decimal): -7512785 or 3104141. OLE color: 3104141.

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

Color convert

RGB 141 93 47 -
CMYK 0 0.34 0.67 0.45
HSL 29.36º 0.5% 0.37% -
HSV(B) 29.36º 0.67% 0.55% -
XYZ 15.41 13.7 4.52 -
YUV 102.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 141 93 47 0 0.34 0.67 0.45 29.36 0.5 0.37
Hex 8D 5D 2F 0 22 43 2D 1D 32 25
Octal 215 135 57 0 42 103 55 35 62 45
Binary 10001101 1011101 101111 0 100010 1000011 101101 11101 110010 100101

Color Harmonies of #8D5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5D2F

Black with #8D5D2F

Text Example


Text Example

White with #8D5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,93,47); }

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

background-color css

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

 a { background-color: rgb(141,93,47); }

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

border-color css

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

 span { border-color: rgb(141,93,47); }

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