#8E522B

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

Shades of Chelsea Gem #8E522B

Tints of Chelsea Gem #8E522B

Color information

#8E522B (or 0x8E522B) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 52 and 2B. RGB value is (142,82,43). Sum of RGB (Red+Green+Blue) = 142+82+43=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E522B is #71ADD4. Grayscale: #5F5F5F. Windows color (decimal): -7450069 or 2839182. OLE color: 2839182.

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

Color convert

RGB1428243-
CMYK00.420.700.44
HSL23.64º53.51%36.27%-
HSV(B)23.64º69.72%55.69%-
XYZ14.6111.963.82-
YUV95.4998.38161.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=53.18%
G=30.71%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142824300.420.700.4423.6453.5136.27
Hex8E522B02A462C183624
Octal2161225305210654306644
Binary1000111010100101010110101010100011010110011000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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