#9C4C44

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

Shades of Roof Terracotta #9C4C44

Tints of Roof Terracotta #9C4C44

Color information

#9C4C44 (or 0x9C4C44) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 4C and 44. RGB value is (156,76,68). Sum of RGB (Red+Green+Blue) = 156+76+68=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4C44 is #63B3BB. Grayscale: #636363. Windows color (decimal): -6534076 or 4476060. OLE color: 4476060.

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

Color convert

RGB1567668-
CMYK00.510.560.39
HSL5.45º39.29%43.92%-
HSV(B)5.45º56.41%61.18%-
XYZ17.3412.657-
YUV99.01110.5168.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 76 (30.08% from 255) = 25.33%
BLUE value IS 68 (26.95% from 255) = 22.67%
R=52%
G=25.33%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156766800.510.560.395.4539.2943.92
Hex9C4C4403338275272c
Octal234114104063704754754
Binary10011100100110010001000110011111000100111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,76,68); }

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

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

 a { background-color: rgb(156,76,68); }

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

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

 span { border-color: rgb(156,76,68); }

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