#984545

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

Shades of Roof Terracotta #984545

Tints of Roof Terracotta #984545

Color information

#984545 (or 0x984545) is unknown color: approx Roof Terracotta. HEX triplet: 98, 45 and 45. RGB value is (152,69,69). Sum of RGB (Red+Green+Blue) = 152+69+69=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #984545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984545 is #67BABA. Grayscale: #5D5D5D. Windows color (decimal): -6798011 or 4539800. OLE color: 4539800.

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

Color convert

RGB1526969-
CMYK00.550.550.40
HSL37.56%43.33%-
HSV(B)54.61%59.61%-
XYZ16.1511.366.97-
YUV93.82114169.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=52.41%
G=23.79%
B=23.79%

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
Decimal152696900.550.550.40037.5643.33
Hex98454503737280262b
Octal230105105067675004653
Binary100110001000101100010101101111101111010000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984545; }

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

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

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

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

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

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

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

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