#8E5032

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

Shades of Chelsea Gem #8E5032

Tints of Chelsea Gem #8E5032

Color information

#8E5032 (or 0x8E5032) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 50 and 32. RGB value is (142,80,50). Sum of RGB (Red+Green+Blue) = 142+80+50=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5032 is #71AFCD. Grayscale: #5F5F5F. Windows color (decimal): -7450574 or 3297422. OLE color: 3297422.

HSL color Cylindrical-coordinate representation of color #8E5032: hue angle of 19.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E5032 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1428050-
CMYK00.440.650.44
HSL19.57º47.92%37.65%-
HSV(B)19.57º64.79%55.69%-
XYZ14.611.724.51-
YUV95.12102.54161.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=52.21%
G=29.41%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142805000.440.650.4419.5747.9237.65
Hex8E503202C412C143026
Octal2161206205410154246046
Binary1000111010100001100100101100100000110110010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,50); }

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

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

 a { background-color: rgb(142,80,50); }

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

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

 span { border-color: rgb(142,80,50); }

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