Html Css Color HEX #8A492B Alert Tan

📋 copy color: '#8A492B'

red 138 ◦ green 73 ◦ blue 43

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

Shades of Alert Tan #8A492B

Tints of Alert Tan #8A492B

RGB

 RED value IS 138 (54.3% from 255) = 54.33%

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

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

R = 54.33%
G = 28.74%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#8A492B (or 0x8A492B) is known color: Alert Tan. HEX triplet: 8A, 49 and 2B. RGB value is (138,73,43). Sum of RGB (Red+Green+Blue) = 138+73+43=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A492B is #75B6D4. Grayscale: #595959. Windows color (decimal): -7714517 or 2836874. OLE color: 2836874.

HSL color Cylindrical-coordinate representation of color #8A492B: hue angle of 18.95º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A492B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 73 43 -
CMYK 0 0.47 0.69 0.46
HSL 18.95º 0.52% 0.35% -
HSV(B) 18.95º 0.69% 0.54% -
XYZ 13.3 10.34 3.58 -
YUV 89.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 138 73 43 0 0.47 0.69 0.46 18.95 0.52 0.35
Hex 8A 49 2B 0 2F 45 2E 13 34 23
Octal 212 111 53 0 57 105 56 23 64 43
Binary 10001010 1001001 101011 0 101111 1000101 101110 10011 110100 100011

Color Harmonies of #8A492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A492B

Black with #8A492B

Text Example


Text Example

White with #8A492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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