Html Css Color HEX #8C5E2D Rusty Nail

📋 copy color: '#8C5E2D'

red 140 ◦ green 94 ◦ blue 45

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

Shades of Rusty Nail #8C5E2D

Tints of Rusty Nail #8C5E2D

RGB

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

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

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

R = 50.18%
G = 33.69%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C5E2D (or 0x8C5E2D) is known color: Rusty Nail. HEX triplet: 8C, 5E and 2D. RGB value is (140,94,45). Sum of RGB (Red+Green+Blue) = 140+94+45=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E2D is #73A1D2. Grayscale: #666666. Windows color (decimal): -7578067 or 2973324. OLE color: 2973324.

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

Color convert

RGB 140 94 45 -
CMYK 0 0.33 0.68 0.45
HSL 30.95º 0.51% 0.36% -
HSV(B) 30.95º 0.68% 0.55% -
XYZ 15.29 13.77 4.33 -
YUV 102.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 140 94 45 0 0.33 0.68 0.45 30.95 0.51 0.36
Hex 8C 5E 2D 0 21 44 2D 1F 33 24
Octal 214 136 55 0 41 104 55 37 63 44
Binary 10001100 1011110 101101 0 100001 1000100 101101 11111 110011 100100

Color Harmonies of #8C5E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5E2D

Black with #8C5E2D

Text Example


Text Example

White with #8C5E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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