#9D4541

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

Shades of Roof Terracotta #9D4541

Tints of Roof Terracotta #9D4541

Color information

#9D4541 (or 0x9D4541) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 45 and 41. RGB value is (157,69,65). Sum of RGB (Red+Green+Blue) = 157+69+65=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4541 is #62BABE. Grayscale: #5E5E5E. Windows color (decimal): -6470335 or 4277661. OLE color: 4277661.

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

Color convert

RGB1576965-
CMYK00.560.590.38
HSL2.61º41.44%43.53%-
HSV(B)2.61º58.6%61.57%-
XYZ16.9911.816.38-
YUV94.86111.15172.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.95%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=53.95%
G=23.71%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157696500.560.590.382.6141.4443.53
Hex9D45410383B263292c
Octal235105101070734635154
Binary1001110110001011000001011100011101110011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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