#9C4946

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

Shades of Roof Terracotta #9C4946

Tints of Roof Terracotta #9C4946

Color information

#9C4946 (or 0x9C4946) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 49 and 46. RGB value is (156,73,70). Sum of RGB (Red+Green+Blue) = 156+73+70=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4946 is #63B6B9. Grayscale: #616161. Windows color (decimal): -6534842 or 4606364. OLE color: 4606364.

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

Color convert

RGB1567370-
CMYK00.530.550.39
HSL2.09º38.05%44.31%-
HSV(B)2.09º55.13%61.18%-
XYZ17.212.287.26-
YUV97.48112.5169.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 73 (28.91% from 255) = 24.41%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=52.17%
G=24.41%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156737000.530.550.392.0938.0544.31
Hex9C494603537272262c
Octal234111106065674724654
Binary1001110010010011000110011010111011110011110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,70); }

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

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

 a { background-color: rgb(156,73,70); }

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

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

 span { border-color: rgb(156,73,70); }

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