Html Css Color HEX #8D672C Rusty Nail

📋 copy color: '#8D672C'

red 141 ◦ green 103 ◦ blue 44

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

Shades of Rusty Nail #8D672C

Tints of Rusty Nail #8D672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 48.96%
G = 35.76%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D672C (or 0x8D672C) is known color: Rusty Nail. HEX triplet: 8D, 67 and 2C. RGB value is (141,103,44). Sum of RGB (Red+Green+Blue) = 141+103+44=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D672C is #7298D3. Grayscale: #6B6B6B. Windows color (decimal): -7510228 or 2910093. OLE color: 2910093.

HSL color Cylindrical-coordinate representation of color #8D672C: hue angle of 36.49º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D672C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 103 44 -
CMYK 0 0.27 0.69 0.45
HSL 36.49º 0.52% 0.36% -
HSV(B) 36.49º 0.69% 0.55% -
XYZ 16.29 15.55 4.52 -
YUV 107.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 141 103 44 0 0.27 0.69 0.45 36.49 0.52 0.36
Hex 8D 67 2C 0 1B 45 2D 24 34 24
Octal 215 147 54 0 33 105 55 44 64 44
Binary 10001101 1100111 101100 0 11011 1000101 101101 100100 110100 100100

Color Harmonies of #8D672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D672C

Black with #8D672C

Text Example


Text Example

White with #8D672C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,103,44); }

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

background-color css

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

 a { background-color: rgb(141,103,44); }

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

border-color css

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

 span { border-color: rgb(141,103,44); }

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