Html Css Color HEX #8C672D Rusty Nail

📋 copy color: '#8C672D'

red 140 ◦ green 103 ◦ blue 45

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

Shades of Rusty Nail #8C672D

Tints of Rusty Nail #8C672D

RGB

 RED value IS 140 (55.08% from 255) = 48.61%

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

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 48.61%
G = 35.76%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C672D (or 0x8C672D) is known color: Rusty Nail. HEX triplet: 8C, 67 and 2D. RGB value is (140,103,45). Sum of RGB (Red+Green+Blue) = 140+103+45=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C672D is #7398D2. Grayscale: #6B6B6B. Windows color (decimal): -7575763 or 2975628. OLE color: 2975628.

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

Color convert

RGB 140 103 45 -
CMYK 0 0.26 0.68 0.45
HSL 36.63º 0.51% 0.36% -
HSV(B) 36.63º 0.68% 0.55% -
XYZ 16.14 15.47 4.62 -
YUV 107.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 140 103 45 0 0.26 0.68 0.45 36.63 0.51 0.36
Hex 8C 67 2D 0 1A 44 2D 25 33 24
Octal 214 147 55 0 32 104 55 45 63 44
Binary 10001100 1100111 101101 0 11010 1000100 101101 100101 110011 100100

Color Harmonies of #8C672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C672D

Black with #8C672D

Text Example


Text Example

White with #8C672D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,103,45); }

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

background-color css

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

 a { background-color: rgb(140,103,45); }

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

border-color css

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

 span { border-color: rgb(140,103,45); }

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