Html Css Color HEX #8D5E2E Rusty Nail

📋 copy color: '#8D5E2E'

red 141 ◦ green 94 ◦ blue 46

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

Shades of Rusty Nail #8D5E2E

Tints of Rusty Nail #8D5E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 50.18%
G = 33.45%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D5E2E (or 0x8D5E2E) is known color: Rusty Nail. HEX triplet: 8D, 5E and 2E. RGB value is (141,94,46). Sum of RGB (Red+Green+Blue) = 141+94+46=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E2E is #72A1D1. Grayscale: #666666. Windows color (decimal): -7512530 or 3038861. OLE color: 3038861.

HSL color Cylindrical-coordinate representation of color #8D5E2E: hue angle of 30.32º degrees, saturation: 0.51, 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 #8D5E2E is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 94 46 -
CMYK 0 0.33 0.67 0.45
HSL 30.32º 0.51% 0.37% -
HSV(B) 30.32º 0.67% 0.55% -
XYZ 15.48 13.87 4.45 -
YUV 102.58 96.07 155.4 -
System Red Green Blue C M Y K H S L
Decimal 141 94 46 0 0.33 0.67 0.45 30.32 0.51 0.37
Hex 8D 5E 2E 0 21 43 2D 1E 33 25
Octal 215 136 56 0 41 103 55 36 63 45
Binary 10001101 1011110 101110 0 100001 1000011 101101 11110 110011 100101

Color Harmonies of #8D5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E2E

Black with #8D5E2E

Text Example


Text Example

White with #8D5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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