#8B522D

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

Shades of Chelsea Gem #8B522D

Tints of Chelsea Gem #8B522D

Color information

#8B522D (or 0x8B522D) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 52 and 2D. RGB value is (139,82,45). Sum of RGB (Red+Green+Blue) = 139+82+45=266 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.26% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 139 - color contains mainly: red. Hex color #8B522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B522D is #74ADD2. Grayscale: #5F5F5F. Windows color (decimal): -7646675 or 2970251. OLE color: 2970251.

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

Color convert

RGB1398245-
CMYK00.410.680.45
HSL23.62º51.09%36.08%-
HSV(B)23.62º67.63%54.51%-
XYZ14.1411.714-
YUV94.8299.88159.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.26%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=52.26%
G=30.83%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139824500.410.680.4523.6251.0936.08
Hex8B522D029442D183324
Octal2131225505110455306344
Binary1000101110100101011010101001100010010110111000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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