#8B672D

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

Shades of Rusty Nail #8B672D

Tints of Rusty Nail #8B672D

Color information

#8B672D (or 0x8B672D) is unknown color: approx Rusty Nail. HEX triplet: 8B, 67 and 2D. RGB value is (139,103,45). Sum of RGB (Red+Green+Blue) = 139+103+45=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B672D is #7498D2. Grayscale: #6B6B6B. Windows color (decimal): -7641299 or 2975627. OLE color: 2975627.

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

Color convert

RGB13910345-
CMYK00.260.680.45
HSL37.02º51.09%36.08%-
HSV(B)37.02º67.63%54.51%-
XYZ15.9715.384.61-
YUV107.1592.93150.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=48.43%
G=35.89%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391034500.260.680.4537.0251.0936.08
Hex8B672D01A442D253324
Octal2131475503210455456344
Binary1000101111001111011010110101000100101101100101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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