#9c4542

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

Shades of Roof Terracotta #9C4542

Tints of Roof Terracotta #9C4542

Color information

#9C4542 (or 0x9C4542) is unknown color: approx Roof Terracotta. HEX triplet: 9C, 45 and 42. RGB value is (156,69,66). Sum of RGB (Red+Green+Blue) = 156+69+66=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4542 is #63BABD. Grayscale: #5E5E5E. Windows color (decimal): -6535870 or 4343196. OLE color: 4343196.

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

Color convert

RGB1566966-
CMYK00.560.580.39
HSL40.54%43.53%-
HSV(B)57.69%61.18%-
XYZ16.8211.726.53-
YUV94.67111.82171.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.61%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=53.61%
G=23.71%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156696600.560.580.39240.5443.53
Hex9C45420383A272292c
Octal234105102070724725154
Binary1001110010001011000010011100011101010011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c4542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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