Html Css Color HEX #8D672E Rusty Nail

📋 copy color: '#8D672E'

red 141 ◦ green 103 ◦ blue 46

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

Shades of Rusty Nail #8D672E

Tints of Rusty Nail #8D672E

RGB

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

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

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

R = 48.62%
G = 35.52%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D672E (or 0x8D672E) is known color: Rusty Nail. HEX triplet: 8D, 67 and 2E. RGB value is (141,103,46). Sum of RGB (Red+Green+Blue) = 141+103+46=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D672E is #7298D1. Grayscale: #6C6C6C. Windows color (decimal): -7510226 or 3041165. OLE color: 3041165.

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

Color convert

RGB 141 103 46 -
CMYK 0 0.27 0.67 0.45
HSL 36º 0.51% 0.37% -
HSV(B) 36º 0.67% 0.55% -
XYZ 16.33 15.56 4.73 -
YUV 107.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 141 103 46 0 0.27 0.67 0.45 36 0.51 0.37
Hex 8D 67 2E 0 1B 43 2D 24 33 25
Octal 215 147 56 0 33 103 55 44 63 45
Binary 10001101 1100111 101110 0 11011 1000011 101101 100100 110011 100101

Color Harmonies of #8D672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D672E

Black with #8D672E

Text Example


Text Example

White with #8D672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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