Html Css Color HEX #8C5E2E Rusty Nail

📋 copy color: '#8C5E2E'

red 140 ◦ green 94 ◦ blue 46

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

Shades of Rusty Nail #8C5E2E

Tints of Rusty Nail #8C5E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

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

R = 50%
G = 33.57%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C5E2E (or 0x8C5E2E) is known color: Rusty Nail. HEX triplet: 8C, 5E and 2E. RGB value is (140,94,46). Sum of RGB (Red+Green+Blue) = 140+94+46=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E2E is #73A1D1. Grayscale: #666666. Windows color (decimal): -7578066 or 3038860. OLE color: 3038860.

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

Color convert

RGB 140 94 46 -
CMYK 0 0.33 0.67 0.45
HSL 30.64º 0.51% 0.36% -
HSV(B) 30.64º 0.67% 0.55% -
XYZ 15.31 13.78 4.44 -
YUV 102.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 140 94 46 0 0.33 0.67 0.45 30.64 0.51 0.36
Hex 8C 5E 2E 0 21 43 2D 1F 33 24
Octal 214 136 56 0 41 103 55 37 63 44
Binary 10001100 1011110 101110 0 100001 1000011 101101 11111 110011 100100

Color Harmonies of #8C5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E2E

Black with #8C5E2E

Text Example


Text Example

White with #8C5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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