#984444

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

Shades of Roof Terracotta #984444

Tints of Roof Terracotta #984444

Color information

#984444 (or 0x984444) is unknown color: approx Roof Terracotta. HEX triplet: 98, 44 and 44. RGB value is (152,68,68). Sum of RGB (Red+Green+Blue) = 152+68+68=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984444 is #67BBBB. Grayscale: #5D5D5D. Windows color (decimal): -6798268 or 4474008. OLE color: 4474008.

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

Color convert

RGB1526868-
CMYK00.550.550.40
HSL38.18%43.14%-
HSV(B)55.26%59.61%-
XYZ16.0611.236.79-
YUV93.12113.83170-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 68 (26.95% from 255) = 23.61%
R=52.78%
G=23.61%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152686800.550.550.40038.1843.14
Hex98444403737280262b
Octal230104104067675004653
Binary100110001000100100010001101111101111010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984444; }

 p { color: rgb(152,68,68); }

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

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

 a { background-color: rgb(152,68,68); }

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

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

 span { border-color: rgb(152,68,68); }

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