Html Css Color HEX #8D6328 Rusty Nail

📋 copy color: '#8D6328'

red 141 ◦ green 99 ◦ blue 40

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

Shades of Rusty Nail #8D6328

Tints of Rusty Nail #8D6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.36%

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

R = 50.36%
G = 35.36%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D6328 (or 0x8D6328) is known color: Rusty Nail. HEX triplet: 8D, 63 and 28. RGB value is (141,99,40). Sum of RGB (Red+Green+Blue) = 141+99+40=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6328 is #729CD7. Grayscale: #696969. Windows color (decimal): -7511256 or 2646925. OLE color: 2646925.

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

Color convert

RGB 141 99 40 -
CMYK 0 0.30 0.72 0.45
HSL 35.05º 0.56% 0.35% -
HSV(B) 35.05º 0.72% 0.55% -
XYZ 15.83 14.74 4.02 -
YUV 104.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 141 99 40 0 0.30 0.72 0.45 35.05 0.56 0.35
Hex 8D 63 28 0 1E 48 2D 23 38 23
Octal 215 143 50 0 36 110 55 43 70 43
Binary 10001101 1100011 101000 0 11110 1001000 101101 100011 111000 100011

Color Harmonies of #8D6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6328

Black with #8D6328

Text Example


Text Example

White with #8D6328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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