#9C4846

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

Shades of Roof Terracotta #9C4846

Tints of Roof Terracotta #9C4846

Color information

#9C4846 (or 0x9C4846) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 48 and 46. RGB value is (156,72,70). Sum of RGB (Red+Green+Blue) = 156+72+70=298 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.35% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4846 is #63B7B9. Grayscale: #606060. Windows color (decimal): -6535098 or 4606108. OLE color: 4606108.

HSL color Cylindrical-coordinate representation of color #9C4846: hue angle of 1.4º 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 #9C4846 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1567270-
CMYK00.540.550.39
HSL1.4º38.05%44.31%-
HSV(B)1.4º55.13%61.18%-
XYZ17.1312.147.24-
YUV96.89112.83170.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.35%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=52.35%
G=24.16%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156727000.540.550.391.438.0544.31
Hex9C484603637271262c
Octal234110106066674714654
Binary100111001001000100011001101101101111001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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