#9D4747

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

Shades of Roof Terracotta #9D4747

Tints of Roof Terracotta #9D4747

Color information

#9D4747 (or 0x9D4747) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 47 and 47. RGB value is (157,71,71). Sum of RGB (Red+Green+Blue) = 157+71+71=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4747 is #62B8B8. Grayscale: #606060. Windows color (decimal): -6469817 or 4671389. OLE color: 4671389.

HSL color Cylindrical-coordinate representation of color #9D4747: hue angle of 0º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4747 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1577171-
CMYK00.550.550.38
HSL37.72%44.71%-
HSV(B)54.78%61.57%-
XYZ17.312.137.39-
YUV96.71113.49171-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.51%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=52.51%
G=23.75%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157717100.550.550.38037.7244.71
Hex9D474703737260262d
Octal235107107067674604655
Binary100111011000111100011101101111101111001100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D4747; }

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

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

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

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

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

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

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

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