#994A49

Color #994A49 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #994A49

Tints of Roof Terracotta #994A49

Color information

#994A49 (or 0x994A49) is unknown color: approx Roof Terracotta. HEX triplet: 99, 4A and 49. RGB value is (153,74,73). Sum of RGB (Red+Green+Blue) = 153+74+73=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #994A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A49 is #66B5B6. Grayscale: #616161. Windows color (decimal): -6731191 or 4803225. OLE color: 4803225.

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

Color convert

RGB1537473-
CMYK00.520.520.4
HSL0.75º35.4%44.31%-
HSV(B)0.75º52.29%60%-
XYZ16.7912.157.76-
YUV97.51114.17167.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=51%
G=24.67%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153747300.520.520.40.7535.444.31
Hex994A4903434281232c
Octal231112111064645014354
Binary100110011001010100100101101001101001010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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