Html Css Color HEX #8D6430 Rusty Nail

📋 copy color: '#8D6430'

red 141 ◦ green 100 ◦ blue 48

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

Shades of Rusty Nail #8D6430

Tints of Rusty Nail #8D6430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 48.79%
G = 34.6%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8D6430 (or 0x8D6430) is known color: Rusty Nail. HEX triplet: 8D, 64 and 30. RGB value is (141,100,48). Sum of RGB (Red+Green+Blue) = 141+100+48=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6430 is #729BCF. Grayscale: #6A6A6A. Windows color (decimal): -7510992 or 3171469. OLE color: 3171469.

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

Color convert

RGB 141 100 48 -
CMYK 0 0.29 0.66 0.45
HSL 33.55º 0.49% 0.37% -
HSV(B) 33.55º 0.66% 0.55% -
XYZ 16.08 14.99 4.84 -
YUV 106.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 141 100 48 0 0.29 0.66 0.45 33.55 0.49 0.37
Hex 8D 64 30 0 1D 42 2D 22 31 25
Octal 215 144 60 0 35 102 55 42 61 45
Binary 10001101 1100100 110000 0 11101 1000010 101101 100010 110001 100101

Color Harmonies of #8D6430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6430

Black with #8D6430

Text Example


Text Example

White with #8D6430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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