#994B47

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

Shades of Roof Terracotta #994B47

Tints of Roof Terracotta #994B47

Color information

#994B47 (or 0x994B47) is unknown color: approx Roof Terracotta. HEX triplet: 99, 4B and 47. RGB value is (153,75,71). Sum of RGB (Red+Green+Blue) = 153+75+71=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #994B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B47 is #66B4B8. Grayscale: #616161. Windows color (decimal): -6730937 or 4672409. OLE color: 4672409.

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

Color convert

RGB1537571-
CMYK00.510.540.4
HSL2.93º36.61%43.92%-
HSV(B)2.93º53.59%60%-
XYZ16.7912.267.44-
YUV97.87112.84167.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.17%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=51.17%
G=25.08%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153757100.510.540.42.9336.6143.92
Hex994B4703336283252c
Octal231113107063665034554
Binary1001100110010111000111011001111011010100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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