#9F4B48

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

Shades of Roof Terracotta #9F4B48

Tints of Roof Terracotta #9F4B48

Color information

#9F4B48 (or 0x9F4B48) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 4B and 48. RGB value is (159,75,72). Sum of RGB (Red+Green+Blue) = 159+75+72=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4B48 is #60B4B7. Grayscale: #636363. Windows color (decimal): -6337720 or 4737951. OLE color: 4737951.

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

Color convert

RGB1597572-
CMYK00.530.550.38
HSL2.07º37.66%45.29%-
HSV(B)2.07º54.72%62.35%-
XYZ17.9812.877.67-
YUV99.77112.33170.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 75 (29.69% from 255) = 24.51%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=51.96%
G=24.51%
B=23.53%

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
Decimal159757200.530.550.382.0737.6645.29
Hex9F4B4803537262262d
Octal237113110065674624655
Binary1001111110010111001000011010111011110011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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