#994544

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

Shades of Roof Terracotta #994544

Tints of Roof Terracotta #994544

Color information

#994544 (or 0x994544) is unknown color: approx Roof Terracotta. HEX triplet: 99, 45 and 44. RGB value is (153,69,68). Sum of RGB (Red+Green+Blue) = 153+69+68=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #994544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994544 is #66BABB. Grayscale: #5E5E5E. Windows color (decimal): -6732476 or 4474265. OLE color: 4474265.

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

Color convert

RGB1536968-
CMYK00.550.560.4
HSL0.71º38.46%43.33%-
HSV(B)0.71º55.56%60%-
XYZ16.3111.456.82-
YUV94113.33170.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 68 (26.95% from 255) = 23.45%
R=52.76%
G=23.79%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153696800.550.560.40.7138.4643.33
Hex99454403738281262b
Octal231105104067705014653
Binary100110011000101100010001101111110001010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994544; }

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

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

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

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

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

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

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

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