#8B602D

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

Shades of Rusty Nail #8B602D

Tints of Rusty Nail #8B602D

Color information

#8B602D (or 0x8B602D) is unknown color: approx Rusty Nail. HEX triplet: 8B, 60 and 2D. RGB value is (139,96,45). Sum of RGB (Red+Green+Blue) = 139+96+45=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B602D is #749FD2. Grayscale: #676767. Windows color (decimal): -7643091 or 2973835. OLE color: 2973835.

HSL color Cylindrical-coordinate representation of color #8B602D: hue angle of 32.55º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B602D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB1399645-
CMYK00.310.680.45
HSL32.55º51.09%36.08%-
HSV(B)32.55º67.63%54.51%-
XYZ15.314.044.39-
YUV103.0495.25153.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=49.64%
G=34.29%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139964500.310.680.4532.5551.0936.08
Hex8B602D01F442D213324
Octal2131405503710455416344
Binary1000101111000001011010111111000100101101100001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,45); }

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

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

 a { background-color: rgb(139,96,45); }

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

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

 span { border-color: rgb(139,96,45); }

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