#994543

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

Shades of Roof Terracotta #994543

Tints of Roof Terracotta #994543

Color information

#994543 (or 0x994543) is unknown color: approx Roof Terracotta. HEX triplet: 99, 45 and 43. RGB value is (153,69,67). Sum of RGB (Red+Green+Blue) = 153+69+67=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #994543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994543 is #66BABC. Grayscale: #5D5D5D. Windows color (decimal): -6732477 or 4408729. OLE color: 4408729.

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

Color convert

RGB1536967-
CMYK00.550.560.4
HSL1.4º39.09%43.14%-
HSV(B)1.4º56.21%60%-
XYZ16.2811.436.66-
YUV93.89112.83170.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=52.94%
G=23.88%
B=23.18%

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
Decimal153696700.550.560.41.439.0943.14
Hex99454303738281272b
Octal231105103067705014753
Binary100110011000101100001101101111110001010001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994543; }

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

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

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

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

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

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

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

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