#9C4847

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

Shades of Roof Terracotta #9C4847

Tints of Roof Terracotta #9C4847

Color information

#9C4847 (or 0x9C4847) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 48 and 47. RGB value is (156,72,71). Sum of RGB (Red+Green+Blue) = 156+72+71=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4847 is #63B7B8. Grayscale: #616161. Windows color (decimal): -6535097 or 4671644. OLE color: 4671644.

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

Color convert

RGB1567271-
CMYK00.540.540.39
HSL0.71º37.44%44.51%-
HSV(B)0.71º54.49%61.18%-
XYZ17.1612.167.4-
YUV97113.33170.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=52.17%
G=24.08%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156727100.540.540.390.7137.4444.51
Hex9C484703636271252d
Octal234110107066664714555
Binary100111001001000100011101101101101101001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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