#8a602a

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

Shades of Rusty Nail #8A602A

Tints of Rusty Nail #8A602A

Color information

#8A602A (or 0x8A602A) is unknown color: approx Rusty Nail. HEX triplet: 8A, 60 and 2A. RGB value is (138,96,42). Sum of RGB (Red+Green+Blue) = 138+96+42=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A602A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A602A is #759FD5. Grayscale: #666666. Windows color (decimal): -7708630 or 2777226. OLE color: 2777226.

HSL color Cylindrical-coordinate representation of color #8A602A: hue angle of 33.75º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A602A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1389642-
CMYK00.300.700.46
HSL33.75º53.33%35.29%-
HSV(B)33.75º69.57%54.12%-
XYZ15.0813.944.09-
YUV102.493.91153.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=50%
G=34.78%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138964200.300.700.4633.7553.3335.29
Hex8A602A01E462E223523
Octal2121405203610656426543
Binary1000101011000001010100111101000110101110100010110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a602a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,42); }

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

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

 a { background-color: rgb(138,96,42); }

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

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

 span { border-color: rgb(138,96,42); }

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