#9F4543

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

Shades of Roof Terracotta #9F4543

Tints of Roof Terracotta #9F4543

Color information

#9F4543 (or 0x9F4543) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 45 and 43. RGB value is (159,69,67). Sum of RGB (Red+Green+Blue) = 159+69+67=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4543 is #60BABC. Grayscale: #5F5F5F. Windows color (decimal): -6339261 or 4408735. OLE color: 4408735.

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

Color convert

RGB1596967-
CMYK00.570.580.38
HSL1.3º40.71%44.31%-
HSV(B)1.3º57.86%62.35%-
XYZ17.4412.036.71-
YUV95.68111.82173.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 67 (26.56% from 255) = 22.71%
R=53.90%
G=23.39%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159696700.570.580.381.340.7144.31
Hex9F45430393A261292c
Octal237105103071724615154
Binary100111111000101100001101110011110101001101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,69,67); }

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

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

 a { background-color: rgb(159,69,67); }

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

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

 span { border-color: rgb(159,69,67); }

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