Html Css Color HEX #94471F Alert Tan

📋 copy color: '#94471F'

red 148 ◦ green 71 ◦ blue 31

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

Shades of Alert Tan #94471F

Tints of Alert Tan #94471F

RGB

 RED value IS 148 (58.2% from 255) = 59.2%

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 59.2%
G = 28.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94471F (or 0x94471F) is known color: Alert Tan. HEX triplet: 94, 47 and 1F. RGB value is (148,71,31). Sum of RGB (Red+Green+Blue) = 148+71+31=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #94471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94471F is #6BB8E0. Grayscale: #595959. Windows color (decimal): -7059681 or 2049940. OLE color: 2049940.

HSL color Cylindrical-coordinate representation of color #94471F: hue angle of 20.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94471F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 71 31 -
CMYK 0 0.52 0.79 0.42
HSL 20.51º 0.65% 0.35% -
HSV(B) 20.51º 0.79% 0.58% -
XYZ 14.71 10.9 2.63 -
YUV 89.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 148 71 31 0 0.52 0.79 0.42 20.51 0.65 0.35
Hex 94 47 1F 0 34 4F 2A 15 41 23
Octal 224 107 37 0 64 117 52 25 101 43
Binary 10010100 1000111 11111 0 110100 1001111 101010 10101 1000001 100011

Color Harmonies of #94471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94471F

Black with #94471F

Text Example


Text Example

White with #94471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94471F; }

 p { color: rgb(148,71,31); }

 H1.HeaderClassName
 {
   color: #94471F;
 }
 .AnyTagClassName
 {
   color: #94471F;
 }
</style>

background-color css

<style>
 a { background-color: #94471F; }

 a { background-color: rgb(148,71,31); }

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

border-color css

<style>
 span { border-color: #94471F; }

 span { border-color: rgb(148,71,31); }

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