#8A5F28

Color #8A5F28 Rusty Nail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rusty Nail #8A5F28

Tints of Rusty Nail #8A5F28

Color information

#8A5F28 (or 0x8A5F28) is unknown color: approx Rusty Nail. HEX triplet: 8A, 5F and 28. RGB value is (138,95,40). Sum of RGB (Red+Green+Blue) = 138+95+40=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5F28 is #75A0D7. Grayscale: #656565. Windows color (decimal): -7708888 or 2645898. OLE color: 2645898.

HSL color Cylindrical-coordinate representation of color #8A5F28: hue angle of 33.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A5F28 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1389540-
CMYK00.310.710.46
HSL33.67º55.06%34.9%-
HSV(B)33.67º71.01%54.12%-
XYZ14.9613.743.87-
YUV101.5993.25153.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=50.55%
G=34.80%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138954000.310.710.4633.6755.0634.9
Hex8A5F2801F472E223723
Octal2121375003710756426743
Binary1000101010111111010000111111000111101110100010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,40); }

 H1.HeaderClassName
 {
   color: #8A5F28;
 }
 .AnyTagClassName
 {
   color: #8A5F28;
 }
</style>
background-color css

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

 a { background-color: rgb(138,95,40); }

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

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

 span { border-color: rgb(138,95,40); }

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