#8B5A30

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

Shades of Rusty Nail #8B5A30

Tints of Rusty Nail #8B5A30

Color information

#8B5A30 (or 0x8B5A30) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5A and 30. RGB value is (139,90,48). Sum of RGB (Red+Green+Blue) = 139+90+48=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5A30 is #74A5CF. Grayscale: #646464. Windows color (decimal): -7644624 or 3168907. OLE color: 3168907.

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

Color convert

RGB1399048-
CMYK00.350.650.45
HSL27.69º48.66%36.67%-
HSV(B)27.69º65.47%54.51%-
XYZ14.8413.014.53-
YUV99.8698.73155.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=50.18%
G=32.49%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139904800.350.650.4527.6948.6636.67
Hex8B5A30023412D1c3125
Octal2131326004310155346145
Binary1000101110110101100000100011100000110110111100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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