Html Css Color HEX #95471E Alert Tan

📋 copy color: '#95471E'

red 149 ◦ green 71 ◦ blue 30

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

Shades of Alert Tan #95471E

Tints of Alert Tan #95471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12%

R = 59.6%
G = 28.4%
B = 12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95471E (or 0x95471E) is known color: Alert Tan. HEX triplet: 95, 47 and 1E. RGB value is (149,71,30). Sum of RGB (Red+Green+Blue) = 149+71+30=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95471E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95471E is #6AB8E1. Grayscale: #595959. Windows color (decimal): -6994146 or 1984405. OLE color: 1984405.

HSL color Cylindrical-coordinate representation of color #95471E: hue angle of 20.67º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95471E is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 30 -
CMYK 0 0.52 0.80 0.42
HSL 20.67º 0.66% 0.35% -
HSV(B) 20.67º 0.8% 0.58% -
XYZ 14.88 10.99 2.57 -
YUV 89.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 149 71 30 0 0.52 0.80 0.42 20.67 0.66 0.35
Hex 95 47 1E 0 34 50 2A 15 42 23
Octal 225 107 36 0 64 120 52 25 102 43
Binary 10010101 1000111 11110 0 110100 1010000 101010 10101 1000010 100011

Color Harmonies of #95471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95471E

Black with #95471E

Text Example


Text Example

White with #95471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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