Html Css Color HEX #8C612A Rusty Nail

📋 copy color: '#8C612A'

red 140 ◦ green 97 ◦ blue 42

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

Shades of Rusty Nail #8C612A

Tints of Rusty Nail #8C612A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 50.18%
G = 34.77%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C612A (or 0x8C612A) is known color: Rusty Nail. HEX triplet: 8C, 61 and 2A. RGB value is (140,97,42). Sum of RGB (Red+Green+Blue) = 140+97+42=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C612A is #739ED5. Grayscale: #676767. Windows color (decimal): -7577302 or 2777484. OLE color: 2777484.

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

Color convert

RGB 140 97 42 -
CMYK 0 0.31 0.7 0.45
HSL 33.67º 0.54% 0.36% -
HSV(B) 33.67º 0.7% 0.55% -
XYZ 15.51 14.29 4.13 -
YUV 103.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 140 97 42 0 0.31 0.7 0.45 33.67 0.54 0.36
Hex 8C 61 2A 0 1F 46 2D 22 36 24
Octal 214 141 52 0 37 106 55 42 66 44
Binary 10001100 1100001 101010 0 11111 1000110 101101 100010 110110 100100

Color Harmonies of #8C612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C612A

Black with #8C612A

Text Example


Text Example

White with #8C612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,42); }

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

background-color css

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

 a { background-color: rgb(140,97,42); }

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

border-color css

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

 span { border-color: rgb(140,97,42); }

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