#8D562C

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

Shades of Chelsea Gem #8D562C

Tints of Chelsea Gem #8D562C

Color information

#8D562C (or 0x8D562C) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 56 and 2C. RGB value is (141,86,44). Sum of RGB (Red+Green+Blue) = 141+86+44=271 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.03% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 141 - color contains mainly: red. Hex color #8D562C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D562C is #72A9D3. Grayscale: #616161. Windows color (decimal): -7514580 or 2905741. OLE color: 2905741.

HSL color Cylindrical-coordinate representation of color #8D562C: hue angle of 25.98º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D562C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1418644-
CMYK00.390.690.45
HSL25.98º52.43%36.27%-
HSV(B)25.98º68.79%55.29%-
XYZ14.7712.54.02-
YUV97.6697.72158.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.03%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=52.03%
G=31.73%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141864400.390.690.4525.9852.4336.27
Hex8D562C027452D1a3424
Octal2151265404710555326444
Binary1000110110101101011000100111100010110110111010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,44); }

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

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

 a { background-color: rgb(141,86,44); }

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

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

 span { border-color: rgb(141,86,44); }

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