#994545

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

Shades of Roof Terracotta #994545

Tints of Roof Terracotta #994545

Color information

#994545 (or 0x994545) is unknown color: approx Roof Terracotta. HEX triplet: 99, 45 and 45. RGB value is (153,69,69). Sum of RGB (Red+Green+Blue) = 153+69+69=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994545 is #66BABA. Grayscale: #5E5E5E. Windows color (decimal): -6732475 or 4539801. OLE color: 4539801.

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

Color convert

RGB1536969-
CMYK00.550.550.4
HSL37.84%43.53%-
HSV(B)54.9%60%-
XYZ16.3411.466.98-
YUV94.12113.83170-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=52.58%
G=23.71%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153696900.550.550.4037.8443.53
Hex99454503737280262c
Octal231105105067675004654
Binary100110011000101100010101101111101111010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994545; }

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

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

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

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

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

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

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

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