#9C4C48

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

Shades of Roof Terracotta #9C4C48

Tints of Roof Terracotta #9C4C48

Color information

#9C4C48 (or 0x9C4C48) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 4C and 48. RGB value is (156,76,72). Sum of RGB (Red+Green+Blue) = 156+76+72=304 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.32% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4C48 is #63B3B7. Grayscale: #636363. Windows color (decimal): -6534072 or 4738204. OLE color: 4738204.

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

Color convert

RGB1567672-
CMYK00.510.540.39
HSL2.86º36.84%44.71%-
HSV(B)2.86º53.85%61.18%-
XYZ17.4612.77.66-
YUV99.46112.5168.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.32%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=51.32%
G=25%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156767200.510.540.392.8636.8444.71
Hex9C4C4803336273252d
Octal234114110063664734555
Binary1001110010011001001000011001111011010011111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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