#994B30

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

Shades of Alert Tan #994B30

Tints of Alert Tan #994B30

Color information

#994B30 (or 0x994B30) is unknown color: approx Alert Tan. HEX triplet: 99, 4B and 30. RGB value is (153,75,48). Sum of RGB (Red+Green+Blue) = 153+75+48=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B30 is #66B4CF. Grayscale: #5F5F5F. Windows color (decimal): -6730960 or 3165081. OLE color: 3165081.

HSL color Cylindrical-coordinate representation of color #994B30: hue angle of 15.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994B30 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB1537548-
CMYK00.510.690.4
HSL15.43º52.24%39.41%-
HSV(B)15.43º68.63%60%-
XYZ16.1912.024.26-
YUV95.24101.34169.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 48 (19.14% from 255) = 17.39%
R=55.43%
G=27.17%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153754800.510.690.415.4352.2439.41
Hex994B300334528f3427
Octal2311136006310550176447
Binary100110011001011110000011001110001011010001111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994B30; }

 p { color: rgb(153,75,48); }

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

<style>
 a { background-color: #994B30; }

 a { background-color: rgb(153,75,48); }

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

<style>
 span { border-color: #994B30; }

 span { border-color: rgb(153,75,48); }

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