Html Css Color HEX #93472A Alert Tan

📋 copy color: '#93472A'

red 147 ◦ green 71 ◦ blue 42

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

Shades of Alert Tan #93472A

Tints of Alert Tan #93472A

RGB

 RED value IS 147 (57.81% from 255) = 56.54%

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 56.54%
G = 27.31%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93472A (or 0x93472A) is known color: Alert Tan. HEX triplet: 93, 47 and 2A. RGB value is (147,71,42). Sum of RGB (Red+Green+Blue) = 147+71+42=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93472A is #6CB8D5. Grayscale: #5A5A5A. Windows color (decimal): -7125206 or 2770835. OLE color: 2770835.

HSL color Cylindrical-coordinate representation of color #93472A: hue angle of 16.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #93472A is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 71 42 -
CMYK 0 0.52 0.71 0.42
HSL 16.57º 0.56% 0.37% -
HSV(B) 16.57º 0.71% 0.58% -
XYZ 14.7 10.88 3.51 -
YUV 90.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 147 71 42 0 0.52 0.71 0.42 16.57 0.56 0.37
Hex 93 47 2A 0 34 47 2A 11 38 25
Octal 223 107 52 0 64 107 52 21 70 45
Binary 10010011 1000111 101010 0 110100 1000111 101010 10001 111000 100101

Color Harmonies of #93472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93472A

Black with #93472A

Text Example


Text Example

White with #93472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93472A; }

 p { color: rgb(147,71,42); }

 H1.HeaderClassName
 {
   color: #93472A;
 }
 .AnyTagClassName
 {
   color: #93472A;
 }
</style>

background-color css

<style>
 a { background-color: #93472A; }

 a { background-color: rgb(147,71,42); }

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

border-color css

<style>
 span { border-color: #93472A; }

 span { border-color: rgb(147,71,42); }

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