Html Css Color HEX #954A1E Alert Tan

📋 copy color: '#954A1E'

red 149 ◦ green 74 ◦ blue 30

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

Shades of Alert Tan #954A1E

Tints of Alert Tan #954A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

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

R = 58.89%
G = 29.25%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#954A1E (or 0x954A1E) is known color: Alert Tan. HEX triplet: 95, 4A and 1E. RGB value is (149,74,30). Sum of RGB (Red+Green+Blue) = 149+74+30=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #954A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A1E is #6AB5E1. Grayscale: #5B5B5B. Windows color (decimal): -6993378 or 1985173. OLE color: 1985173.

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

Color convert

RGB 149 74 30 -
CMYK 0 0.50 0.80 0.42
HSL 22.18º 0.66% 0.35% -
HSV(B) 22.18º 0.8% 0.58% -
XYZ 15.08 11.38 2.63 -
YUV 91.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 149 74 30 0 0.50 0.80 0.42 22.18 0.66 0.35
Hex 95 4A 1E 0 32 50 2A 16 42 23
Octal 225 112 36 0 62 120 52 26 102 43
Binary 10010101 1001010 11110 0 110010 1010000 101010 10110 1000010 100011

Color Harmonies of #954A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A1E

Black with #954A1E

Text Example


Text Example

White with #954A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954A1E; }

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

 H1.HeaderClassName
 {
   color: #954A1E;
 }
 .AnyTagClassName
 {
   color: #954A1E;
 }
</style>

background-color css

<style>
 a { background-color: #954A1E; }

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

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

border-color css

<style>
 span { border-color: #954A1E; }

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

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