Html Css Color HEX #954B26 Alert Tan

📋 copy color: '#954B26'

red 149 ◦ green 75 ◦ blue 38

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

Shades of Alert Tan #954B26

Tints of Alert Tan #954B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.63%

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

R = 56.87%
G = 28.63%
B = 14.5%

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

#954B26 (or 0x954B26) is known color: Alert Tan. HEX triplet: 95, 4B and 26. RGB value is (149,75,38). Sum of RGB (Red+Green+Blue) = 149+75+38=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #954B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954B26 is #6AB4D9. Grayscale: #5D5D5D. Windows color (decimal): -6993114 or 2509717. OLE color: 2509717.

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

Color convert

RGB 149 75 38 -
CMYK 0 0.50 0.74 0.42
HSL 20º 0.59% 0.37% -
HSV(B) 20º 0.74% 0.58% -
XYZ 15.26 11.56 3.26 -
YUV 92.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 149 75 38 0 0.50 0.74 0.42 20 0.59 0.37
Hex 95 4B 26 0 32 4A 2A 14 3B 25
Octal 225 113 46 0 62 112 52 24 73 45
Binary 10010101 1001011 100110 0 110010 1001010 101010 10100 111011 100101

Color Harmonies of #954B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954B26

Black with #954B26

Text Example


Text Example

White with #954B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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