#8C5228

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

Shades of Chelsea Gem #8C5228

Tints of Chelsea Gem #8C5228

Color information

#8C5228 (or 0x8C5228) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 52 and 28. RGB value is (140,82,40). Sum of RGB (Red+Green+Blue) = 140+82+40=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5228 is #73ADD7. Grayscale: #5E5E5E. Windows color (decimal): -7581144 or 2642572. OLE color: 2642572.

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

Color convert

RGB1408240-
CMYK00.410.710.45
HSL25.2º55.56%35.29%-
HSV(B)25.2º71.43%54.9%-
XYZ14.2211.763.53-
YUV94.5597.22160.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=53.44%
G=31.30%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140824000.410.710.4525.255.5635.29
Hex8C5228029472D193823
Octal2141225005110755317043
Binary1000110010100101010000101001100011110110111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,40); }

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

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

 a { background-color: rgb(140,82,40); }

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

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

 span { border-color: rgb(140,82,40); }

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