#9D4544

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

Shades of Roof Terracotta #9D4544

Tints of Roof Terracotta #9D4544

Color information

#9D4544 (or 0x9D4544) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 45 and 44. RGB value is (157,69,68). Sum of RGB (Red+Green+Blue) = 157+69+68=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4544 is #62BABB. Grayscale: #5F5F5F. Windows color (decimal): -6470332 or 4474269. OLE color: 4474269.

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

Color convert

RGB1576968-
CMYK00.560.570.38
HSL0.67º39.56%44.12%-
HSV(B)0.67º56.69%61.57%-
XYZ17.0811.846.85-
YUV95.2112.65172.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=53.40%
G=23.47%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157696800.560.570.380.6739.5644.12
Hex9D454403839261282c
Octal235105104070714615054
Binary100111011000101100010001110001110011001101101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,68); }

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

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

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

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

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

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

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