#8B522E

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

Shades of Chelsea Gem #8B522E

Tints of Chelsea Gem #8B522E

Color information

#8B522E (or 0x8B522E) is unknown color: approx Chelsea Gem. HEX triplet: 8B, 52 and 2E. RGB value is (139,82,46). Sum of RGB (Red+Green+Blue) = 139+82+46=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B522E is #74ADD1. Grayscale: #5F5F5F. Windows color (decimal): -7646674 or 3035787. OLE color: 3035787.

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

Color convert

RGB1398246-
CMYK00.410.670.45
HSL23.23º50.27%36.27%-
HSV(B)23.23º66.91%54.51%-
XYZ14.1611.724.1-
YUV94.94100.38159.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=52.06%
G=30.71%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139824600.410.670.4523.2350.2736.27
Hex8B522E029432D173224
Octal2131225605110355276244
Binary1000101110100101011100101001100001110110110111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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