#9D4642

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

Shades of Roof Terracotta #9D4642

Tints of Roof Terracotta #9D4642

Color information

#9D4642 (or 0x9D4642) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 46 and 42. RGB value is (157,70,66). Sum of RGB (Red+Green+Blue) = 157+70+66=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4642 is #62B9BD. Grayscale: #5F5F5F. Windows color (decimal): -6470078 or 4343453. OLE color: 4343453.

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

Color convert

RGB1577066-
CMYK00.550.580.38
HSL2.64º40.81%43.73%-
HSV(B)2.64º57.96%61.57%-
XYZ17.0811.946.56-
YUV95.56111.32171.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.58%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=53.58%
G=23.89%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157706600.550.580.382.6440.8143.73
Hex9D46420373A263292c
Octal235106102067724635154
Binary1001110110001101000010011011111101010011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,66); }

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

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

 a { background-color: rgb(157,70,66); }

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

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

 span { border-color: rgb(157,70,66); }

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