#994847

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

Shades of Roof Terracotta #994847

Tints of Roof Terracotta #994847

Color information

#994847 (or 0x994847) is unknown color: approx Roof Terracotta. HEX triplet: 99, 48 and 47. RGB value is (153,72,71). Sum of RGB (Red+Green+Blue) = 153+72+71=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #994847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994847 is #66B7B8. Grayscale: #606060. Windows color (decimal): -6731705 or 4671641. OLE color: 4671641.

HSL color Cylindrical-coordinate representation of color #994847: hue angle of 0.73º 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 #994847 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1537271-
CMYK00.530.540.4
HSL0.73º36.61%43.92%-
HSV(B)0.73º53.59%60%-
XYZ16.5911.867.38-
YUV96.1113.84168.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.69%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 71 (28.12% from 255) = 23.99%
R=51.69%
G=24.32%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153727100.530.540.40.7336.6143.92
Hex99484703536281252c
Octal231110107065665014554
Binary100110011001000100011101101011101101010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994847; }

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

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

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

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

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

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

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

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