#8D5630

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

Shades of Chelsea Gem #8D5630

Tints of Chelsea Gem #8D5630

Color information

#8D5630 (or 0x8D5630) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 56 and 30. RGB value is (141,86,48). Sum of RGB (Red+Green+Blue) = 141+86+48=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5630 is #72A9CF. Grayscale: #626262. Windows color (decimal): -7514576 or 3167885. OLE color: 3167885.

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

Color convert

RGB1418648-
CMYK00.390.660.45
HSL24.52º49.21%37.06%-
HSV(B)24.52º65.96%55.29%-
XYZ14.8512.534.43-
YUV98.1199.72158.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.27%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 48 (19.14% from 255) = 17.45%
R=51.27%
G=31.27%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141864800.390.660.4524.5249.2137.06
Hex8D5630027422D193125
Octal2151266004710255316145
Binary1000110110101101100000100111100001010110111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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