#8B5830

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

Shades of Rusty Nail #8B5830

Tints of Rusty Nail #8B5830

Color information

#8B5830 (or 0x8B5830) is unknown color: approx Rusty Nail. HEX triplet: 8B, 58 and 30. RGB value is (139,88,48). Sum of RGB (Red+Green+Blue) = 139+88+48=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5830 is #74A7CF. Grayscale: #626262. Windows color (decimal): -7645136 or 3168395. OLE color: 3168395.

HSL color Cylindrical-coordinate representation of color #8B5830: hue angle of 26.37º 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 #8B5830 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1398848-
CMYK00.370.650.45
HSL26.37º48.66%36.67%-
HSV(B)26.37º65.47%54.51%-
XYZ14.6712.684.47-
YUV98.6999.4156.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=50.55%
G=32%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139884800.370.650.4526.3748.6636.67
Hex8B5830025412D1a3125
Octal2131306004510155326145
Binary1000101110110001100000100101100000110110111010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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