#8E5327

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

Shades of Chelsea Gem #8E5327

Tints of Chelsea Gem #8E5327

Color information

#8E5327 (or 0x8E5327) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 53 and 27. RGB value is (142,83,39). Sum of RGB (Red+Green+Blue) = 142+83+39=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5327 is #71ACD8. Grayscale: #5F5F5F. Windows color (decimal): -7449817 or 2577294. OLE color: 2577294.

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

Color convert

RGB1428339-
CMYK00.420.730.44
HSL25.63º56.91%35.49%-
HSV(B)25.63º72.54%55.69%-
XYZ14.6112.083.48-
YUV95.6296.05161.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.79%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=53.79%
G=31.44%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142833900.420.730.4425.6356.9135.49
Hex8E532702A492C1a3923
Octal2161234705211154327143
Binary1000111010100111001110101010100100110110011010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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