#8B5C2E

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

Shades of Rusty Nail #8B5C2E

Tints of Rusty Nail #8B5C2E

Color information

#8B5C2E (or 0x8B5C2E) is unknown color: approx Rusty Nail. HEX triplet: 8B, 5C and 2E. RGB value is (139,92,46). Sum of RGB (Red+Green+Blue) = 139+92+46=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5C2E is #74A3D1. Grayscale: #656565. Windows color (decimal): -7644114 or 3038347. OLE color: 3038347.

HSL color Cylindrical-coordinate representation of color #8B5C2E: hue angle of 29.68º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B5C2E is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1399246-
CMYK00.340.670.45
HSL29.68º50.27%36.27%-
HSV(B)29.68º66.91%54.51%-
XYZ14.9713.344.37-
YUV100.8197.07155.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=50.18%
G=33.21%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139924600.340.670.4529.6850.2736.27
Hex8B5C2E022432D1e3224
Octal2131345604210355366244
Binary1000101110111001011100100010100001110110111110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,46); }

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

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

 a { background-color: rgb(139,92,46); }

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

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

 span { border-color: rgb(139,92,46); }

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