#9F4846

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

Shades of Roof Terracotta #9F4846

Tints of Roof Terracotta #9F4846

Color information

#9F4846 (or 0x9F4846) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 48 and 46. RGB value is (159,72,70). Sum of RGB (Red+Green+Blue) = 159+72+70=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4846 is #60B7B9. Grayscale: #616161. Windows color (decimal): -6338490 or 4606111. OLE color: 4606111.

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

Color convert

RGB1597270-
CMYK00.550.560.38
HSL1.35º38.86%44.9%-
HSV(B)1.35º55.97%62.35%-
XYZ17.7212.457.26-
YUV97.78112.32171.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=52.82%
G=23.92%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159727000.550.560.381.3538.8644.9
Hex9F484603738261272d
Octal237110106067704614755
Binary100111111001000100011001101111110001001101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,70); }

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

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

 a { background-color: rgb(159,72,70); }

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

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

 span { border-color: rgb(159,72,70); }

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