#8D5429

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

Shades of Chelsea Gem #8D5429

Tints of Chelsea Gem #8D5429

Color information

#8D5429 (or 0x8D5429) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 54 and 29. RGB value is (141,84,41). Sum of RGB (Red+Green+Blue) = 141+84+41=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5429 is #72ABD6. Grayscale: #606060. Windows color (decimal): -7515095 or 2708621. OLE color: 2708621.

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

Color convert

RGB1418441-
CMYK00.400.710.45
HSL25.8º54.95%35.69%-
HSV(B)25.8º70.92%55.29%-
XYZ14.5612.163.68-
YUV96.1496.88160-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=53.01%
G=31.58%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141844100.400.710.4525.854.9535.69
Hex8D5429028472D1a3724
Octal2151245105010755326744
Binary1000110110101001010010101000100011110110111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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