#8C5732

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

Shades of Chelsea Gem #8C5732

Tints of Chelsea Gem #8C5732

Color information

#8C5732 (or 0x8C5732) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 57 and 32. RGB value is (140,87,50). Sum of RGB (Red+Green+Blue) = 140+87+50=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5732 is #73A8CD. Grayscale: #626262. Windows color (decimal): -7579854 or 3299212. OLE color: 3299212.

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

Color convert

RGB1408750-
CMYK00.380.640.45
HSL24.67º47.37%37.25%-
HSV(B)24.67º64.29%54.9%-
XYZ14.812.624.67-
YUV98.63100.56157.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 50.54%
GREEN value IS 87 (34.38% from 255) = 31.41%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=50.54%
G=31.41%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140875000.380.640.4524.6747.3737.25
Hex8C5732026402D192f25
Octal2141276204610055315745
Binary1000110010101111100100100110100000010110111001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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