#8B592E

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

Shades of Rusty Nail #8B592E

Tints of Rusty Nail #8B592E

Color information

#8B592E (or 0x8B592E) is unknown color: approx Rusty Nail. HEX triplet: 8B, 59 and 2E. RGB value is (139,89,46). Sum of RGB (Red+Green+Blue) = 139+89+46=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B592E is #74A6D1. Grayscale: #636363. Windows color (decimal): -7644882 or 3037579. OLE color: 3037579.

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

Color convert

RGB1398946-
CMYK00.360.670.45
HSL27.74º50.27%36.27%-
HSV(B)27.74º66.91%54.51%-
XYZ14.7112.834.29-
YUV99.0598.06156.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.73%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=50.73%
G=32.48%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139894600.360.670.4527.7450.2736.27
Hex8B592E024432D1c3224
Octal2131315604410355346244
Binary1000101110110011011100100100100001110110111100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,46); }

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

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

 a { background-color: rgb(139,89,46); }

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

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

 span { border-color: rgb(139,89,46); }

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