#994747

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

Shades of Roof Terracotta #994747

Tints of Roof Terracotta #994747

Color information

#994747 (or 0x994747) is unknown color: approx Roof Terracotta. HEX triplet: 99, 47 and 47. RGB value is (153,71,71). Sum of RGB (Red+Green+Blue) = 153+71+71=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #994747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994747 is #66B8B8. Grayscale: #5F5F5F. Windows color (decimal): -6731961 or 4671385. OLE color: 4671385.

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

Color convert

RGB1537171-
CMYK00.540.540.4
HSL36.61%43.92%-
HSV(B)53.59%60%-
XYZ16.5311.737.35-
YUV95.52114.17169-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.86%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=51.86%
G=24.07%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153717100.540.540.4036.6143.92
Hex99474703636280252c
Octal231107107066665004554
Binary100110011000111100011101101101101101010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994747; }

 p { color: rgb(153,71,71); }

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

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

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

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

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

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

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