#954B26

Color #954B26 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #954B26

Tints of Alert Tan #954B26

Color information

#954B26 (or 0x954B26) is unknown color: approx 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

RGB1497538-
CMYK00.500.740.42
HSL20º59.36%36.67%-
HSV(B)20º74.5%58.43%-
XYZ15.2611.563.26-
YUV92.9197.02168.01-

RGB Variations

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

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.50%
R=56.87%
G=28.63%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149753800.500.740.422059.3636.67
Hex954B260324A2A143b25
Octal2251134606211252247345
Binary1001010110010111001100110010100101010101010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>