#994745

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

Shades of Roof Terracotta #994745

Tints of Roof Terracotta #994745

Color information

#994745 (or 0x994745) is unknown color: approx Roof Terracotta. HEX triplet: 99, 47 and 45. RGB value is (153,71,69). Sum of RGB (Red+Green+Blue) = 153+71+69=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994745 is #66B8BA. Grayscale: #5F5F5F. Windows color (decimal): -6731963 or 4540313. OLE color: 4540313.

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

Color convert

RGB1537169-
CMYK00.540.550.4
HSL1.43º37.84%43.53%-
HSV(B)1.43º54.9%60%-
XYZ16.4611.717.02-
YUV95.29113.17169.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 69 (27.34% from 255) = 23.55%
R=52.22%
G=24.23%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153716900.540.550.41.4337.8443.53
Hex99474503637281262c
Octal231107105066675014654
Binary100110011000111100010101101101101111010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994745; }

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

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

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

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

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

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

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

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