#8D522B

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

Shades of Chelsea Gem #8D522B

Tints of Chelsea Gem #8D522B

Color information

#8D522B (or 0x8D522B) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 52 and 2B. RGB value is (141,82,43). Sum of RGB (Red+Green+Blue) = 141+82+43=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D522B is #72ADD4. Grayscale: #5F5F5F. Windows color (decimal): -7515605 or 2839181. OLE color: 2839181.

HSL color Cylindrical-coordinate representation of color #8D522B: hue angle of 23.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D522B is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1418243-
CMYK00.420.700.45
HSL23.88º53.26%36.08%-
HSV(B)23.88º69.5%55.29%-
XYZ14.4411.873.82-
YUV95.298.55160.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=53.01%
G=30.83%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141824300.420.700.4523.8853.2636.08
Hex8D522B02A462D183524
Octal2151225305210655306544
Binary1000110110100101010110101010100011010110111000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,82,43); }

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

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

 a { background-color: rgb(141,82,43); }

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

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

 span { border-color: rgb(141,82,43); }

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