#994925

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

Shades of Alert Tan #994925

Tints of Alert Tan #994925

Color information

#994925 (or 0x994925) is unknown color: approx Alert Tan. HEX triplet: 99, 49 and 25. RGB value is (153,73,37). Sum of RGB (Red+Green+Blue) = 153+73+37=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #994925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994925 is #66B6DA. Grayscale: #5D5D5D. Windows color (decimal): -6731483 or 2443673. OLE color: 2443673.

HSL color Cylindrical-coordinate representation of color #994925: hue angle of 18.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994925 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1537337-
CMYK00.520.760.4
HSL18.62º61.05%37.25%-
HSV(B)18.62º75.82%60%-
XYZ15.8511.673.17-
YUV92.8296.5170.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.17%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=58.17%
G=27.76%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153733700.520.760.418.6261.0537.25
Hex9949250344C28133d25
Octal2311114506411450237545
Binary1001100110010011001010110100100110010100010011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994925; }

 p { color: rgb(153,73,37); }

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

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

 a { background-color: rgb(153,73,37); }

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

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

 span { border-color: rgb(153,73,37); }

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