#8E5730

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

Shades of Chelsea Gem #8E5730

Tints of Chelsea Gem #8E5730

Color information

#8E5730 (or 0x8E5730) is unknown color: approx Chelsea Gem. HEX triplet: 8E, 57 and 30. RGB value is (142,87,48). Sum of RGB (Red+Green+Blue) = 142+87+48=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5730 is #71A8CF. Grayscale: #636363. Windows color (decimal): -7448784 or 3168142. OLE color: 3168142.

HSL color Cylindrical-coordinate representation of color #8E5730: hue angle of 24.89º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E5730 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1428748-
CMYK00.390.660.44
HSL24.89º49.47%37.25%-
HSV(B)24.89º66.2%55.69%-
XYZ15.112.784.47-
YUV9999.22158.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=51.26%
G=31.41%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142874800.390.660.4424.8949.4737.25
Hex8E5730027422C193125
Octal2161276004710254316145
Binary1000111010101111100000100111100001010110011001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,48); }

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

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

 a { background-color: rgb(142,87,48); }

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

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

 span { border-color: rgb(142,87,48); }

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