Html Css Color HEX #8A5E2C Rusty Nail

📋 copy color: '#8A5E2C'

red 138 ◦ green 94 ◦ blue 44

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

Shades of Rusty Nail #8A5E2C

Tints of Rusty Nail #8A5E2C

RGB

 RED value IS 138 (54.3% from 255) = 50%

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

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

R = 50%
G = 34.06%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A5E2C (or 0x8A5E2C) is known color: Rusty Nail. HEX triplet: 8A, 5E and 2C. RGB value is (138,94,44). Sum of RGB (Red+Green+Blue) = 138+94+44=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E2C is #75A1D3. Grayscale: #656565. Windows color (decimal): -7709140 or 2907786. OLE color: 2907786.

HSL color Cylindrical-coordinate representation of color #8A5E2C: hue angle of 31.91º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A5E2C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 94 44 -
CMYK 0 0.32 0.68 0.46
HSL 31.91º 0.52% 0.36% -
HSV(B) 31.91º 0.68% 0.54% -
XYZ 14.94 13.59 4.22 -
YUV 101.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 138 94 44 0 0.32 0.68 0.46 31.91 0.52 0.36
Hex 8A 5E 2C 0 20 44 2E 20 34 24
Octal 212 136 54 0 40 104 56 40 64 44
Binary 10001010 1011110 101100 0 100000 1000100 101110 100000 110100 100100

Color Harmonies of #8A5E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E2C

Black with #8A5E2C

Text Example


Text Example

White with #8A5E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,44); }

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

background-color css

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

 a { background-color: rgb(138,94,44); }

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

border-color css

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

 span { border-color: rgb(138,94,44); }

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