Html Css Color HEX #8A592D Rusty Nail

📋 copy color: '#8A592D'

red 138 ◦ green 89 ◦ blue 45

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

Shades of Rusty Nail #8A592D

Tints of Rusty Nail #8A592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.72%

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

R = 50.74%
G = 32.72%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A592D (or 0x8A592D) is known color: Rusty Nail. HEX triplet: 8A, 59 and 2D. RGB value is (138,89,45). Sum of RGB (Red+Green+Blue) = 138+89+45=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A592D is #75A6D2. Grayscale: #626262. Windows color (decimal): -7710419 or 2972042. OLE color: 2972042.

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

Color convert

RGB 138 89 45 -
CMYK 0 0.36 0.67 0.46
HSL 28.39º 0.51% 0.36% -
HSV(B) 28.39º 0.67% 0.54% -
XYZ 14.53 12.74 4.18 -
YUV 98.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 138 89 45 0 0.36 0.67 0.46 28.39 0.51 0.36
Hex 8A 59 2D 0 24 43 2E 1C 33 24
Octal 212 131 55 0 44 103 56 34 63 44
Binary 10001010 1011001 101101 0 100100 1000011 101110 11100 110011 100100

Color Harmonies of #8A592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A592D

Black with #8A592D

Text Example


Text Example

White with #8A592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,45); }

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

background-color css

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

 a { background-color: rgb(138,89,45); }

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

border-color css

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

 span { border-color: rgb(138,89,45); }

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