#8C5028

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

Shades of Alert Tan #8C5028

Tints of Alert Tan #8C5028

Color information

#8C5028 (or 0x8C5028) is unknown color: approx Alert Tan. HEX triplet: 8C, 50 and 28. RGB value is (140,80,40). Sum of RGB (Red+Green+Blue) = 140+80+40=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5028 is #73AFD7. Grayscale: #5D5D5D. Windows color (decimal): -7581656 or 2642060. OLE color: 2642060.

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

Color convert

RGB1408040-
CMYK00.430.710.45
HSL24º55.56%35.29%-
HSV(B)24º71.43%54.9%-
XYZ14.0711.473.48-
YUV93.3897.88161.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=53.85%
G=30.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140804000.430.710.452455.5635.29
Hex8C502802B472D183823
Octal2141205005310755307043
Binary1000110010100001010000101011100011110110111000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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