#9D4540

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

Shades of Roof Terracotta #9D4540

Tints of Roof Terracotta #9D4540

Color information

#9D4540 (or 0x9D4540) is unknown color: approx Roof Terracotta. HEX triplet: 9D, 45 and 40. RGB value is (157,69,64). Sum of RGB (Red+Green+Blue) = 157+69+64=290 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.14% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4540 is #62BABF. Grayscale: #5E5E5E. Windows color (decimal): -6470336 or 4212125. OLE color: 4212125.

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

Color convert

RGB1576964-
CMYK00.560.590.38
HSL3.23º42.08%43.33%-
HSV(B)3.23º59.24%61.57%-
XYZ16.9611.796.23-
YUV94.74110.65172.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.14%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=54.14%
G=23.79%
B=22.07%

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
Decimal157696400.560.590.383.2342.0843.33
Hex9D45400383B2632a2b
Octal235105100070734635253
Binary1001110110001011000000011100011101110011011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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