#8D5531

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

Shades of Chelsea Gem #8D5531

Tints of Chelsea Gem #8D5531

Color information

#8D5531 (or 0x8D5531) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 55 and 31. RGB value is (141,85,49). Sum of RGB (Red+Green+Blue) = 141+85+49=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5531 is #72AACE. Grayscale: #616161. Windows color (decimal): -7514831 or 3233165. OLE color: 3233165.

HSL color Cylindrical-coordinate representation of color #8D5531: hue angle of 23.48º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D5531 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1418549-
CMYK00.400.650.45
HSL23.48º48.42%37.25%-
HSV(B)23.48º65.25%55.29%-
XYZ14.7912.384.52-
YUV97.64100.55158.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=51.27%
G=30.91%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141854900.400.650.4523.4848.4237.25
Hex8D5531028412D173025
Octal2151256105010155276045
Binary1000110110101011100010101000100000110110110111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,49); }

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

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

 a { background-color: rgb(141,85,49); }

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

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

 span { border-color: rgb(141,85,49); }

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