#8E5427

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

Shades of Chelsea Gem #8E5427

Tints of Chelsea Gem #8E5427

Color information

#8E5427 (or 0x8E5427) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 54 and 27. RGB value is (142,84,39). Sum of RGB (Red+Green+Blue) = 142+84+39=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5427 is #71ABD8. Grayscale: #606060. Windows color (decimal): -7449561 or 2577550. OLE color: 2577550.

HSL color Cylindrical-coordinate representation of color #8E5427: hue angle of 26.21º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E5427 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1428439-
CMYK00.410.730.44
HSL26.21º56.91%35.49%-
HSV(B)26.21º72.54%55.69%-
XYZ14.6912.243.51-
YUV96.2195.72160.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=53.58%
G=31.70%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142843900.410.730.4426.2156.9135.49
Hex8E5427029492C1a3923
Octal2161244705111154327143
Binary1000111010101001001110101001100100110110011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,39); }

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

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

 a { background-color: rgb(142,84,39); }

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

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

 span { border-color: rgb(142,84,39); }

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