#8B672C

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

Shades of Rusty Nail #8B672C

Tints of Rusty Nail #8B672C

Color information

#8B672C (or 0x8B672C) is unknown color: approx Rusty Nail. HEX triplet: 8B, 67 and 2C. RGB value is (139,103,44). Sum of RGB (Red+Green+Blue) = 139+103+44=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B672C is #7498D3. Grayscale: #6B6B6B. Windows color (decimal): -7641300 or 2910091. OLE color: 2910091.

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

Color convert

RGB13910344-
CMYK00.260.680.45
HSL37.26º51.91%35.88%-
HSV(B)37.26º68.35%54.51%-
XYZ15.9515.374.51-
YUV107.0492.43150.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=48.60%
G=36.01%
B=15.38%

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
Decimal1391034400.260.680.4537.2651.9135.88
Hex8B672C01A442D253424
Octal2131475403210455456444
Binary1000101111001111011000110101000100101101100101110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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