#994848

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

Shades of Roof Terracotta #994848

Tints of Roof Terracotta #994848

Color information

#994848 (or 0x994848) is unknown color: approx Roof Terracotta. HEX triplet: 99, 48 and 48. RGB value is (153,72,72). Sum of RGB (Red+Green+Blue) = 153+72+72=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994848 is #66B7B7. Grayscale: #606060. Windows color (decimal): -6731704 or 4737177. OLE color: 4737177.

HSL color Cylindrical-coordinate representation of color #994848: 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 #994848 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB1537272-
CMYK00.530.530.4
HSL36%44.12%-
HSV(B)52.94%60%-
XYZ16.6211.877.55-
YUV96.22114.34168.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153727200.530.530.403644.12
Hex99484803535280242c
Octal231110110065655004454
Binary100110011001000100100001101011101011010000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994848; }

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

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

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

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

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

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

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

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