#954A30

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

Shades of Alert Tan #954A30

Tints of Alert Tan #954A30

Color information

#954A30 (or 0x954A30) is unknown color: approx Alert Tan. HEX triplet: 95, 4A and 30. RGB value is (149,74,48). Sum of RGB (Red+Green+Blue) = 149+74+48=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954A30 is #6AB5CF. Grayscale: #5D5D5D. Windows color (decimal): -6993360 or 3164821. OLE color: 3164821.

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

Color convert

RGB1497448-
CMYK00.500.680.42
HSL15.45º51.27%38.63%-
HSV(B)15.45º67.79%58.43%-
XYZ15.3811.54.21-
YUV93.46102.35167.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=54.98%
G=27.31%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149744800.500.680.4215.4551.2738.63
Hex954A30032442Af3327
Octal2251126006210452176347
Binary100101011001010110000011001010001001010101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #954A30;
 }
 .AnyTagClassName
 {
   color: #954A30;
 }
</style>
background-color css

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

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

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

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

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

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