#9F4B47

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

Shades of Roof Terracotta #9F4B47

Tints of Roof Terracotta #9F4B47

Color information

#9F4B47 (or 0x9F4B47) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 4B and 47. RGB value is (159,75,71). Sum of RGB (Red+Green+Blue) = 159+75+71=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4B47 is #60B4B8. Grayscale: #636363. Windows color (decimal): -6337721 or 4672415. OLE color: 4672415.

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

Color convert

RGB1597571-
CMYK00.530.550.38
HSL2.73º38.26%45.1%-
HSV(B)2.73º55.35%62.35%-
XYZ17.9512.867.5-
YUV99.66111.83170.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 75 (29.69% from 255) = 24.59%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=52.13%
G=24.59%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159757100.530.550.382.7338.2645.1
Hex9F4B4703537263262d
Octal237113107065674634655
Binary1001111110010111000111011010111011110011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,71); }

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

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

 a { background-color: rgb(159,75,71); }

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

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

 span { border-color: rgb(159,75,71); }

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