#8B512C

Color #8B512C Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #8B512C

Tints of Chelsea Gem #8B512C

Color information

#8B512C (or 0x8B512C) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 51 and 2C. RGB value is (139,81,44). Sum of RGB (Red+Green+Blue) = 139+81+44=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B512C is #74AED3. Grayscale: #5E5E5E. Windows color (decimal): -7646932 or 2904459. OLE color: 2904459.

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

Color convert

RGB1398144-
CMYK00.420.680.45
HSL23.37º51.91%35.88%-
HSV(B)23.37º68.35%54.51%-
XYZ14.0411.563.87-
YUV94.1299.72160.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=52.65%
G=30.68%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139814400.420.680.4523.3751.9135.88
Hex8B512C02A442D173424
Octal2131215405210455276444
Binary1000101110100011011000101010100010010110110111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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