Html Css Color HEX #8C5F2E Rusty Nail

📋 copy color: '#8C5F2E'

red 140 ◦ green 95 ◦ blue 46

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

Shades of Rusty Nail #8C5F2E

Tints of Rusty Nail #8C5F2E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.81%

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

R = 49.82%
G = 33.81%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C5F2E (or 0x8C5F2E) is known color: Rusty Nail. HEX triplet: 8C, 5F and 2E. RGB value is (140,95,46). Sum of RGB (Red+Green+Blue) = 140+95+46=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5F2E is #73A0D1. Grayscale: #676767. Windows color (decimal): -7577810 or 3039116. OLE color: 3039116.

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

Color convert

RGB 140 95 46 -
CMYK 0 0.32 0.67 0.45
HSL 31.28º 0.51% 0.36% -
HSV(B) 31.28º 0.67% 0.55% -
XYZ 15.4 13.96 4.47 -
YUV 102.87 95.91 154.48 -
System Red Green Blue C M Y K H S L
Decimal 140 95 46 0 0.32 0.67 0.45 31.28 0.51 0.36
Hex 8C 5F 2E 0 20 43 2D 1F 33 24
Octal 214 137 56 0 40 103 55 37 63 44
Binary 10001100 1011111 101110 0 100000 1000011 101101 11111 110011 100100

Color Harmonies of #8C5F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5F2E

Black with #8C5F2E

Text Example


Text Example

White with #8C5F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,95,46); }

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

background-color css

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

 a { background-color: rgb(140,95,46); }

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

border-color css

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

 span { border-color: rgb(140,95,46); }

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