Html Css Color HEX #8C492A Alert Tan

📋 copy color: '#8C492A'

red 140 ◦ green 73 ◦ blue 42

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

Shades of Alert Tan #8C492A

Tints of Alert Tan #8C492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 54.9%
G = 28.63%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C492A (or 0x8C492A) is known color: Alert Tan. HEX triplet: 8C, 49 and 2A. RGB value is (140,73,42). Sum of RGB (Red+Green+Blue) = 140+73+42=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C492A is #73B6D5. Grayscale: #595959. Windows color (decimal): -7583446 or 2771340. OLE color: 2771340.

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

Color convert

RGB 140 73 42 -
CMYK 0 0.48 0.7 0.45
HSL 18.98º 0.54% 0.36% -
HSV(B) 18.98º 0.7% 0.55% -
XYZ 13.62 10.51 3.5 -
YUV 89.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 140 73 42 0 0.48 0.7 0.45 18.98 0.54 0.36
Hex 8C 49 2A 0 30 46 2D 13 36 24
Octal 214 111 52 0 60 106 55 23 66 44
Binary 10001100 1001001 101010 0 110000 1000110 101101 10011 110110 100100

Color Harmonies of #8C492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C492A

Black with #8C492A

Text Example


Text Example

White with #8C492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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