#8C502B

Color #8C502B Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #8C502B

Tints of Alert Tan #8C502B

Color information

#8C502B (or 0x8C502B) is unknown color: approx Alert Tan. HEX triplet: 8C, 50 and 2B. RGB value is (140,80,43). Sum of RGB (Red+Green+Blue) = 140+80+43=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C502B is #73AFD4. Grayscale: #5D5D5D. Windows color (decimal): -7581653 or 2838668. OLE color: 2838668.

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

Color convert

RGB1408043-
CMYK00.430.690.45
HSL22.89º53.01%35.88%-
HSV(B)22.89º69.29%54.9%-
XYZ14.1211.493.76-
YUV93.7299.38161.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=53.23%
G=30.42%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140804300.430.690.4522.8953.0135.88
Hex8C502B02B452D173524
Octal2141205305310555276544
Binary1000110010100001010110101011100010110110110111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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