#9F4A4A

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

Shades of Roof Terracotta #9F4A4A

Tints of Roof Terracotta #9F4A4A

Color information

#9F4A4A (or 0x9F4A4A) is unknown color: approx Roof Terracotta. HEX triplet: 9F, 4A and 4A. RGB value is (159,74,74). Sum of RGB (Red+Green+Blue) = 159+74+74=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4A4A is #60B5B5. Grayscale: #636363. Windows color (decimal): -6337974 or 4868767. OLE color: 4868767.

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

Color convert

RGB1597474-
CMYK00.530.530.38
HSL36.48%45.69%-
HSV(B)53.46%62.35%-
XYZ17.9812.767.99-
YUV99.42113.66170.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.79%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=51.79%
G=24.10%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159747400.530.530.38036.4845.69
Hex9F4A4A03535260242e
Octal237112112065654604456
Binary100111111001010100101001101011101011001100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,74,74); }

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

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

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

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

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

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

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