#8D5428

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

Shades of Chelsea Gem #8D5428

Tints of Chelsea Gem #8D5428

Color information

#8D5428 (or 0x8D5428) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 54 and 28. RGB value is (141,84,40). Sum of RGB (Red+Green+Blue) = 141+84+40=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5428 is #72ABD7. Grayscale: #606060. Windows color (decimal): -7515096 or 2643085. OLE color: 2643085.

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

Color convert

RGB1418440-
CMYK00.400.720.45
HSL26.14º55.8%35.49%-
HSV(B)26.14º71.63%55.29%-
XYZ14.5412.163.59-
YUV96.0396.38160.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=53.21%
G=31.70%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141844000.400.720.4526.1455.835.49
Hex8D5428028482D1a3823
Octal2151245005011055327043
Binary1000110110101001010000101000100100010110111010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,40); }

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

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

 a { background-color: rgb(141,84,40); }

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

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

 span { border-color: rgb(141,84,40); }

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