Html Css Color HEX #954A26 Alert Tan

📋 copy color: '#954A26'

red 149 ◦ green 74 ◦ blue 38

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

Shades of Alert Tan #954A26

Tints of Alert Tan #954A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 57.09%
G = 28.35%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#954A26 (or 0x954A26) is known color: Alert Tan. HEX triplet: 95, 4A and 26. RGB value is (149,74,38). Sum of RGB (Red+Green+Blue) = 149+74+38=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #954A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A26 is #6AB5D9. Grayscale: #5C5C5C. Windows color (decimal): -6993370 or 2509461. OLE color: 2509461.

HSL color Cylindrical-coordinate representation of color #954A26: hue angle of 19.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #954A26 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 74 38 -
CMYK 0 0.50 0.74 0.42
HSL 19.46º 0.59% 0.37% -
HSV(B) 19.46º 0.74% 0.58% -
XYZ 15.19 11.43 3.24 -
YUV 92.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 149 74 38 0 0.50 0.74 0.42 19.46 0.59 0.37
Hex 95 4A 26 0 32 4A 2A 13 3B 25
Octal 225 112 46 0 62 112 52 23 73 45
Binary 10010101 1001010 100110 0 110010 1001010 101010 10011 111011 100101

Color Harmonies of #954A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954A26

Black with #954A26

Text Example


Text Example

White with #954A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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