#9A4746

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

Shades of Roof Terracotta #9A4746

Tints of Roof Terracotta #9A4746

Color information

#9A4746 (or 0x9A4746) is unknown color: approx Roof Terracotta. HEX triplet: 9A, 47 and 46. RGB value is (154,71,70). Sum of RGB (Red+Green+Blue) = 154+71+70=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4746 is #65B8B9. Grayscale: #5F5F5F. Windows color (decimal): -6666426 or 4605850. OLE color: 4605850.

HSL color Cylindrical-coordinate representation of color #9A4746: hue angle of 0.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A4746 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB1547170-
CMYK00.540.550.40
HSL0.71º37.5%43.92%-
HSV(B)0.71º54.55%60.39%-
XYZ16.6911.827.2-
YUV95.7113.5169.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.20%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=52.20%
G=24.07%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154717000.540.550.400.7137.543.92
Hex9A474603637281262c
Octal232107106066675014654
Binary100110101000111100011001101101101111010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,70); }

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

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

 a { background-color: rgb(154,71,70); }

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

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

 span { border-color: rgb(154,71,70); }

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