Html Css Color HEX #8D6428 Rusty Nail

📋 copy color: '#8D6428'

red 141 ◦ green 100 ◦ blue 40

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

Shades of Rusty Nail #8D6428

Tints of Rusty Nail #8D6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 50.18%
G = 35.59%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D6428 (or 0x8D6428) is known color: Rusty Nail. HEX triplet: 8D, 64 and 28. RGB value is (141,100,40). Sum of RGB (Red+Green+Blue) = 141+100+40=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6428 is #729BD7. Grayscale: #696969. Windows color (decimal): -7511000 or 2647181. OLE color: 2647181.

HSL color Cylindrical-coordinate representation of color #8D6428: hue angle of 35.64º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D6428 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 100 40 -
CMYK 0 0.29 0.72 0.45
HSL 35.64º 0.56% 0.35% -
HSV(B) 35.64º 0.72% 0.55% -
XYZ 15.92 14.93 4.05 -
YUV 105.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 141 100 40 0 0.29 0.72 0.45 35.64 0.56 0.35
Hex 8D 64 28 0 1D 48 2D 24 38 23
Octal 215 144 50 0 35 110 55 44 70 43
Binary 10001101 1100100 101000 0 11101 1001000 101101 100100 111000 100011

Color Harmonies of #8D6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6428

Black with #8D6428

Text Example


Text Example

White with #8D6428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,100,40); }

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

background-color css

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

 a { background-color: rgb(141,100,40); }

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

border-color css

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

 span { border-color: rgb(141,100,40); }

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