#8A6228

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

Shades of Rusty Nail #8A6228

Tints of Rusty Nail #8A6228

Color information

#8A6228 (or 0x8A6228) is unknown color: approx Rusty Nail. HEX triplet: 8A, 62 and 28. RGB value is (138,98,40). Sum of RGB (Red+Green+Blue) = 138+98+40=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6228 is #759DD7. Grayscale: #676767. Windows color (decimal): -7708120 or 2646666. OLE color: 2646666.

HSL color Cylindrical-coordinate representation of color #8A6228: hue angle of 35.51º 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 #8A6228 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB1389840-
CMYK00.290.710.46
HSL35.51º55.06%34.9%-
HSV(B)35.51º71.01%54.12%-
XYZ15.2314.293.96-
YUV103.3592.25152.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=50%
G=35.51%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138984000.290.710.4635.5155.0634.9
Hex8A622801D472E243723
Octal2121425003510756446743
Binary1000101011000101010000111011000111101110100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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