#8E5132

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

Shades of Chelsea Gem #8E5132

Tints of Chelsea Gem #8E5132

Color information

#8E5132 (or 0x8E5132) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 51 and 32. RGB value is (142,81,50). Sum of RGB (Red+Green+Blue) = 142+81+50=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5132 is #71AECD. Grayscale: #5F5F5F. Windows color (decimal): -7450318 or 3297678. OLE color: 3297678.

HSL color Cylindrical-coordinate representation of color #8E5132: hue angle of 20.22º 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 #8E5132 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1428150-
CMYK00.430.650.44
HSL20.22º47.92%37.65%-
HSV(B)20.22º64.79%55.69%-
XYZ14.6711.874.53-
YUV95.7102.21161.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=52.01%
G=29.67%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142815000.430.650.4420.2247.9237.65
Hex8E513202B412C143026
Octal2161216205310154246046
Binary1000111010100011100100101011100000110110010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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