#9A4848

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

Shades of Roof Terracotta #9A4848

Tints of Roof Terracotta #9A4848

Color information

#9A4848 (or 0x9A4848) is unknown color: approx Roof Terracotta. HEX triplet: 9A, 48 and 48. RGB value is (154,72,72). Sum of RGB (Red+Green+Blue) = 154+72+72=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4848 is #65B7B7. Grayscale: #606060. Windows color (decimal): -6666168 or 4737178. OLE color: 4737178.

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

Color convert

RGB1547272-
CMYK00.530.530.40
HSL36.28%44.31%-
HSV(B)53.25%60.39%-
XYZ16.8111.977.56-
YUV96.52114.17169-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.68%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=51.68%
G=24.16%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154727200.530.530.40036.2844.31
Hex9A484803535280242c
Octal232110110065655004454
Binary100110101001000100100001101011101011010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,72,72); }

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

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

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

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

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

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

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