Html Css Color HEX #8C492B Alert Tan

📋 copy color: '#8C492B'

red 140 ◦ green 73 ◦ blue 43

#8C492B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alert Tan #8C492B

Tints of Alert Tan #8C492B

RGB

 RED value IS 140 (55.08% from 255) = 54.69%

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 54.69%
G = 28.52%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C492B (or 0x8C492B) is known color: Alert Tan. HEX triplet: 8C, 49 and 2B. RGB value is (140,73,43). Sum of RGB (Red+Green+Blue) = 140+73+43=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C492B is #73B6D4. Grayscale: #595959. Windows color (decimal): -7583445 or 2836876. OLE color: 2836876.

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

Color convert

RGB 140 73 43 -
CMYK 0 0.48 0.69 0.45
HSL 18.56º 0.53% 0.36% -
HSV(B) 18.56º 0.69% 0.55% -
XYZ 13.63 10.51 3.6 -
YUV 89.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 140 73 43 0 0.48 0.69 0.45 18.56 0.53 0.36
Hex 8C 49 2B 0 30 45 2D 13 35 24
Octal 214 111 53 0 60 105 55 23 65 44
Binary 10001100 1001001 101011 0 110000 1000101 101101 10011 110101 100100

Color Harmonies of #8C492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C492B

Black with #8C492B

Text Example


Text Example

White with #8C492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C492B;
 }
 .AnyTagClassName
 {
   color: #8C492B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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