#8D5732

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

Shades of Chelsea Gem #8D5732

Tints of Chelsea Gem #8D5732

Color information

#8D5732 (or 0x8D5732) is unknown color: approx Chelsea Gem. HEX triplet: 8D, 57 and 32. RGB value is (141,87,50). Sum of RGB (Red+Green+Blue) = 141+87+50=278 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.72% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5732 is #72A8CD. Grayscale: #636363. Windows color (decimal): -7514318 or 3299213. OLE color: 3299213.

HSL color Cylindrical-coordinate representation of color #8D5732: hue angle of 24.4º 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 #8D5732 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1418750-
CMYK00.380.650.45
HSL24.4º47.64%37.45%-
HSV(B)24.4º64.54%55.29%-
XYZ14.9712.714.68-
YUV98.93100.39158.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.72%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=50.72%
G=31.29%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141875000.380.650.4524.447.6437.45
Hex8D5732026412D183025
Octal2151276204610155306045
Binary1000110110101111100100100110100000110110111000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,87,50); }

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

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

 a { background-color: rgb(141,87,50); }

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

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

 span { border-color: rgb(141,87,50); }

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