Html Css Color HEX #95491E Alert Tan

📋 copy color: '#95491E'

red 149 ◦ green 73 ◦ blue 30

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

Shades of Alert Tan #95491E

Tints of Alert Tan #95491E

RGB

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

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

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

R = 59.13%
G = 28.97%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95491E (or 0x95491E) is known color: Alert Tan. HEX triplet: 95, 49 and 1E. RGB value is (149,73,30). Sum of RGB (Red+Green+Blue) = 149+73+30=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #95491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95491E is #6AB6E1. Grayscale: #5B5B5B. Windows color (decimal): -6993634 or 1984917. OLE color: 1984917.

HSL color Cylindrical-coordinate representation of color #95491E: hue angle of 21.68º 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 #95491E is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 30 -
CMYK 0 0.51 0.80 0.42
HSL 21.68º 0.66% 0.35% -
HSV(B) 21.68º 0.8% 0.58% -
XYZ 15.01 11.25 2.61 -
YUV 90.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 149 73 30 0 0.51 0.80 0.42 21.68 0.66 0.35
Hex 95 49 1E 0 33 50 2A 16 42 23
Octal 225 111 36 0 63 120 52 26 102 43
Binary 10010101 1001001 11110 0 110011 1010000 101010 10110 1000010 100011

Color Harmonies of #95491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95491E

Black with #95491E

Text Example


Text Example

White with #95491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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