#9C4545

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

Shades of Roof Terracotta #9C4545

Tints of Roof Terracotta #9C4545

Color information

#9C4545 (or 0x9C4545) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 45 and 45. RGB value is (156,69,69). Sum of RGB (Red+Green+Blue) = 156+69+69=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4545 is #63BABA. Grayscale: #5F5F5F. Windows color (decimal): -6535867 or 4539804. OLE color: 4539804.

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

Color convert

RGB1566969-
CMYK00.560.560.39
HSL38.67%44.12%-
HSV(B)55.77%61.18%-
XYZ16.9111.757.01-
YUV95.01113.32171.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.06%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=53.06%
G=23.47%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156696900.560.560.39038.6744.12
Hex9C454503838270272c
Octal234105105070704704754
Binary100111001000101100010101110001110001001110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,69); }

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

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

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

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

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

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

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