#8B5A33

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

Shades of Rusty Nail #8B5A33

Tints of Rusty Nail #8B5A33

Color information

#8B5A33 (or 0x8B5A33) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5A and 33. RGB value is (139,90,51). Sum of RGB (Red+Green+Blue) = 139+90+51=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A33 is #74A5CC. Grayscale: #646464. Windows color (decimal): -7644621 or 3365515. OLE color: 3365515.

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

Color convert

RGB1399051-
CMYK00.350.630.45
HSL26.59º46.32%37.25%-
HSV(B)26.59º63.31%54.51%-
XYZ14.913.044.86-
YUV100.2100.23155.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=49.64%
G=32.14%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139905100.350.630.4526.5946.3237.25
Hex8B5A330233F2D1b2e25
Octal213132630437755335645
Binary100010111011010110011010001111111110110111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,51); }

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

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

 a { background-color: rgb(139,90,51); }

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

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

 span { border-color: rgb(139,90,51); }

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