#9D4741

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

Shades of Roof Terracotta #9D4741

Tints of Roof Terracotta #9D4741

Color information

#9D4741 (or 0x9D4741) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 47 and 41. RGB value is (157,71,65). Sum of RGB (Red+Green+Blue) = 157+71+65=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4741 is #62B8BE. Grayscale: #606060. Windows color (decimal): -6469823 or 4278173. OLE color: 4278173.

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

Color convert

RGB1577165-
CMYK00.550.590.38
HSL3.91º41.44%43.53%-
HSV(B)3.91º58.6%61.57%-
XYZ17.1112.066.43-
YUV96.03110.49171.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.58%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=53.58%
G=24.23%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157716500.550.590.383.9141.4443.53
Hex9D47410373B264292c
Octal235107101067734645154
Binary10011101100011110000010110111111011100110100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,65); }

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

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

 a { background-color: rgb(157,71,65); }

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

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

 span { border-color: rgb(157,71,65); }

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