#8c502e

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

Shades of Chelsea Gem #8C502E

Tints of Chelsea Gem #8C502E

Color information

#8C502E (or 0x8C502E) is unknown color: approx Chelsea Gem. HEX triplet: 8C, 50 and 2E. RGB value is (140,80,46). Sum of RGB (Red+Green+Blue) = 140+80+46=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C502E is #73AFD1. Grayscale: #5E5E5E. Windows color (decimal): -7581650 or 3035276. OLE color: 3035276.

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

Color convert

RGB1408046-
CMYK00.430.670.45
HSL21.7º50.54%36.47%-
HSV(B)21.7º67.14%54.9%-
XYZ14.1811.514.06-
YUV94.06100.88160.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 46 (18.36% from 255) = 17.29%
R=52.63%
G=30.08%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140804600.430.670.4521.750.5436.47
Hex8C502E02B432D163324
Octal2141205605310355266344
Binary1000110010100001011100101011100001110110110110110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c502e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,80,46); }

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

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

 a { background-color: rgb(140,80,46); }

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

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

 span { border-color: rgb(140,80,46); }

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