Html Css Color HEX #95471F Alert Tan

📋 copy color: '#95471F'

red 149 ◦ green 71 ◦ blue 31

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

Shades of Alert Tan #95471F

Tints of Alert Tan #95471F

RGB

 RED value IS 149 (58.59% from 255) = 59.36%

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

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

R = 59.36%
G = 28.29%
B = 12.35%

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

#95471F (or 0x95471F) is known color: Alert Tan. HEX triplet: 95, 47 and 1F. RGB value is (149,71,31). Sum of RGB (Red+Green+Blue) = 149+71+31=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95471F is #6AB8E0. Grayscale: #5A5A5A. Windows color (decimal): -6994145 or 2049941. OLE color: 2049941.

HSL color Cylindrical-coordinate representation of color #95471F: hue angle of 20.34º degrees, saturation: 0.66, 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 #95471F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 31 -
CMYK 0 0.52 0.79 0.42
HSL 20.34º 0.66% 0.35% -
HSV(B) 20.34º 0.79% 0.58% -
XYZ 14.89 10.99 2.63 -
YUV 89.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 149 71 31 0 0.52 0.79 0.42 20.34 0.66 0.35
Hex 95 47 1F 0 34 4F 2A 14 42 23
Octal 225 107 37 0 64 117 52 24 102 43
Binary 10010101 1000111 11111 0 110100 1001111 101010 10100 1000010 100011

Color Harmonies of #95471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95471F

Black with #95471F

Text Example


Text Example

White with #95471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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