#9C4743

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

Shades of Roof Terracotta #9C4743

Tints of Roof Terracotta #9C4743

Color information

#9C4743 (or 0x9C4743) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 47 and 43. RGB value is (156,71,67). Sum of RGB (Red+Green+Blue) = 156+71+67=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4743 is #63B8BC. Grayscale: #606060. Windows color (decimal): -6535357 or 4409244. OLE color: 4409244.

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

Color convert

RGB1567167-
CMYK00.540.570.39
HSL2.7º39.91%43.73%-
HSV(B)2.7º57.05%61.18%-
XYZ16.9811.986.73-
YUV95.96111.66170.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.06%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 67 (26.56% from 255) = 22.79%
R=53.06%
G=24.15%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156716700.540.570.392.739.9143.73
Hex9C474303639273282c
Octal234107103066714735054
Binary1001110010001111000011011011011100110011111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,71,67); }

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

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

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

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

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

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

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