Html Css Color HEX #8C582C Rusty Nail

📋 copy color: '#8C582C'

red 140 ◦ green 88 ◦ blue 44

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

Shades of Rusty Nail #8C582C

Tints of Rusty Nail #8C582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 51.47%
G = 32.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C582C (or 0x8C582C) is known color: Rusty Nail. HEX triplet: 8C, 58 and 2C. RGB value is (140,88,44). Sum of RGB (Red+Green+Blue) = 140+88+44=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C582C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C582C is #73A7D3. Grayscale: #626262. Windows color (decimal): -7579604 or 2906252. OLE color: 2906252.

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

Color convert

RGB 140 88 44 -
CMYK 0 0.37 0.69 0.45
HSL 27.5º 0.52% 0.36% -
HSV(B) 27.5º 0.69% 0.55% -
XYZ 14.76 12.74 4.06 -
YUV 98.53 97.23 157.58 -
System Red Green Blue C M Y K H S L
Decimal 140 88 44 0 0.37 0.69 0.45 27.5 0.52 0.36
Hex 8C 58 2C 0 25 45 2D 1C 34 24
Octal 214 130 54 0 45 105 55 34 64 44
Binary 10001100 1011000 101100 0 100101 1000101 101101 11100 110100 100100

Color Harmonies of #8C582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C582C

Black with #8C582C

Text Example


Text Example

White with #8C582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,44); }

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

background-color css

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

 a { background-color: rgb(140,88,44); }

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

border-color css

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

 span { border-color: rgb(140,88,44); }

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