#8c482b

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

Shades of Alert Tan #8C482B

Tints of Alert Tan #8C482B

Color information

#8C482B (or 0x8C482B) is unknown color: approx Alert Tan. HEX triplet: 8C, 48 and 2B. RGB value is (140,72,43). Sum of RGB (Red+Green+Blue) = 140+72+43=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C482B is #73B7D4. Grayscale: #595959. Windows color (decimal): -7583701 or 2836620. OLE color: 2836620.

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

Color convert

RGB1407243-
CMYK00.490.690.45
HSL17.94º53.01%35.88%-
HSV(B)17.94º69.29%54.9%-
XYZ13.5710.383.57-
YUV89.03102.03164.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=54.90%
G=28.24%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140724300.490.690.4517.9453.0135.88
Hex8C482B031452D123524
Octal2141105306110555226544
Binary1000110010010001010110110001100010110110110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c482b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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